fickit: Use rootfs directory instead of lower
This commit is contained in:
parent
ed217b5d72
commit
e3e55c579a
3 changed files with 12 additions and 12 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -d /containers/onboot/004-synchro-ip-setup ]; then
|
||||
LOWER=/containers/onboot/004-synchro-ip-setup/lower
|
||||
elif [ -d /containers/onboot/004-nginx-ip-setup ]; then
|
||||
LOWER=/containers/onboot/004-nginx-ip-setup/lower
|
||||
if [ -d /containers/onboot/006-synchro-ip-setup ]; then
|
||||
LOWER=/containers/onboot/006-synchro-ip-setup/lower
|
||||
elif [ -d /containers/onboot/006-nginx-ip-setup ]; then
|
||||
LOWER=/containers/onboot/006-nginx-ip-setup/lower
|
||||
else
|
||||
nsenter -t 1 -m -u -i -p -- "$0" $@
|
||||
exit $?
|
||||
|
|
|
|||
Reference in a new issue