Update nodemgmt-scripts.sh

This commit is contained in:
2024-08-05 19:48:27 -05:00
parent aeaae0ff35
commit d8e1104caf

View File

@@ -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