Skip to content

Commit

Permalink
fix function
Browse files Browse the repository at this point in the history
  • Loading branch information
T0biii committed Apr 3, 2024
1 parent f99d4fb commit 805f21a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ is_connected() {
return 1 # false
}

check_NTP() [
check_NTP() {
NTP_SERVERS=$(uci get system.ntp.server)
NTP_SERVERS_ADDRS=""

Expand Down Expand Up @@ -232,7 +232,7 @@ check_NTP() [
logger -p err -t checkuplink "Unable to establish NTP connection to ${NTP_SERVERS}."
exit 3
fi
]
}

check_mesh_vpn() {
export mesh_vpn_enabled="$(uci get wireguard.mesh_vpn.enabled)"
Expand Down

0 comments on commit 805f21a

Please sign in to comment.