diff --git a/configs/nsenter_iptables.sh b/configs/nsenter_iptables.sh index 1f20fe0d..78cf11c2 100755 --- a/configs/nsenter_iptables.sh +++ b/configs/nsenter_iptables.sh @@ -1,9 +1,9 @@ #!/bin/sh 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 - LOWER=/containers/onboot/004-nginx-ip-setup + LOWER=/containers/onboot/004-nginx-ip-setup/lower else nsenter -t 1 -a "$0" $@ exit $?