Fix missing lower/ part
This commit is contained in:
parent
e4b740b5bc
commit
e00a67832e
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
if [ -d /containers/onboot/004-admin-ip-setup ]; then
|
if [ -d /containers/onboot/004-admin-ip-setup ]; then
|
||||||
LOWER=/containers/onboot/004-admin-ip-setup
|
LOWER=/containers/onboot/004-admin-ip-setup/lower
|
||||||
elif [ -d /containers/onboot/004-nginx-ip-setup ]; then
|
elif [ -d /containers/onboot/004-nginx-ip-setup ]; then
|
||||||
LOWER=/containers/onboot/004-nginx-ip-setup
|
LOWER=/containers/onboot/004-nginx-ip-setup/lower
|
||||||
else
|
else
|
||||||
nsenter -t 1 -a "$0" $@
|
nsenter -t 1 -a "$0" $@
|
||||||
exit $?
|
exit $?
|
||||||
|
|
Reference in a new issue