From d8e1104cafcc5a85762a7fa8bbeaefe77ab45fca Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 5 Aug 2024 19:48:27 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index d9c96afc..e903b5b5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -25,7 +25,7 @@ fi [ -f ${NM_BACKUP_FOLDER}/templates/*.config ] && rm -f ${NM_BACKUP_FOLDER}/templates/*.config OFFSITE_STATICROUTE_FIX(){ - if [ -f ${NM_TMPFOLDER}/vpn-tunnel.down.sent ; then + if [ -f ${NM_TMPFOLDER}/vpn-tunnel.down.sent ]; then [ "$(CHECK_HOST 10.5.0.1)" != "true" ] && exit fi