Skip to content

Commit

Permalink
Remove unnecessary space character (kubernetes#11434)
Browse files Browse the repository at this point in the history
  • Loading branch information
guoard authored Jun 10, 2024
1 parent 71d4238 commit 4038211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/nginx-chroot-wrapper.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# limitations under the License.

cat /etc/resolv.conf > /chroot/etc/resolv.conf
unshare -S 101 -R /chroot nginx "$@"
unshare -S 101 -R /chroot nginx "$@"

0 comments on commit 4038211

Please sign in to comment.