Remove unnecessary space character

This commit is contained in:
Ali Afsharzadeh 2024-06-07 14:14:52 +03:30 committed by GitHub
parent ac9e40a8cf
commit b00552ecc5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,4 +15,4 @@
# limitations under the License. # limitations under the License.
cat /etc/resolv.conf > /chroot/etc/resolv.conf cat /etc/resolv.conf > /chroot/etc/resolv.conf
unshare -S 101 -R /chroot nginx "$@" unshare -S 101 -R /chroot nginx "$@"