Skip to content

Commit 4a90cd2

Browse files
authored
Merge pull request #162 from SmithChart/parker-nodeconfig-status
ffbs-mesh-vpn-parker: Let nodeconfig report success even if vpn disabled
2 parents aee5e15 + ab52d42 commit 4a90cd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ffbs-mesh-vpn-parker/files/usr/sbin/nodeconfig.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ fi
5656
while true; do
5757
vpn_enabled=$(uci get gluon.mesh_vpn.enabled)
5858
if [ "$vpn_enabled" == 0 ]; then
59+
touch ${tmpdir}/nodeconfig-successful
5960
sleep $DEFAULT_SLEEP
6061
continue
6162
fi

0 commit comments

Comments
 (0)