Remove unnecessary space character (#11434)

This commit is contained in:
Ali Afsharzadeh 2024-06-10 17:54:35 +03:30 committed by GitHub
parent 71d423851e
commit 4038211261
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 "$@"