Skip to content

Commit

Permalink
[ffmuc-meh-vpn-wireguard ]Don't exit this causes harm
Browse files Browse the repository at this point in the history
Don't exit this causes harm
  • Loading branch information
awlx authored Mar 9, 2024
1 parent b6ab63e commit 3a2889d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ if [ "$(uci get wireguard.mesh_vpn.enabled)" = "true" ] || [ "$(uci get wireguar
if ! gluon-wan /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p ${NTP_SERVERS} -q
then
logger -p err -t checkuplink "Unable to establish NTP connection to ${NTP_SERVERS}."
exit 3
fi

# Get the number of configured peers and randomly select one
Expand Down

0 comments on commit 3a2889d

Please sign in to comment.