Remove unnecessary space character (#11451)
Co-authored-by: Ali Afsharzadeh <afsharzadeh8@gmail.com>
This commit is contained in:
parent
304a7b4c64
commit
dd86317f9d
1 changed files with 1 additions and 1 deletions
|
@ -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 "$@"
|
||||||
|
|
Loading…
Reference in a new issue