We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aee5e15 + ab52d42 commit 4a90cd2Copy full SHA for 4a90cd2
1 file changed
ffbs-mesh-vpn-parker/files/usr/sbin/nodeconfig.sh
@@ -56,6 +56,7 @@ fi
56
while true; do
57
vpn_enabled=$(uci get gluon.mesh_vpn.enabled)
58
if [ "$vpn_enabled" == 0 ]; then
59
+ touch ${tmpdir}/nodeconfig-successful
60
sleep $DEFAULT_SLEEP
61
continue
62
fi
0 commit comments