From 4038211261e464a36296dee9d31c1868198236f5 Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Mon, 10 Jun 2024 17:54:35 +0330 Subject: [PATCH] Remove unnecessary space character (#11434) --- rootfs/nginx-chroot-wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/nginx-chroot-wrapper.sh b/rootfs/nginx-chroot-wrapper.sh index f7318142f..0c8bdf3b7 100755 --- a/rootfs/nginx-chroot-wrapper.sh +++ b/rootfs/nginx-chroot-wrapper.sh @@ -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 "$@"