From 9ad02a4bb3f6f65424b17b4cfadeff8ef25f93a5 Mon Sep 17 00:00:00 2001 From: Ali Afsharzadeh Date: Fri, 7 Jun 2024 14:14:52 +0330 Subject: [PATCH] Remove unnecessary space character --- 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 f7318142f4..0c8bdf3b7d 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 "$@"