Update mm-scripts.sh
This commit is contained in:
@@ -488,6 +488,11 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
|
|||||||
echo
|
echo
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
elif [ "${VPN_USER}" == "" ] || [ "${VPN_PASS}" == "" ] || [ "${VPN_SERVER}" == "" ]; then
|
||||||
|
echo "$(date) - VPN User Info Missing" >> $logfile
|
||||||
|
echo -e "${idsCL[Red]}VPN User Info Missing${idsCL[Default]}"
|
||||||
|
echo
|
||||||
|
exit 1
|
||||||
fi
|
fi
|
||||||
touch ${MMFOLDER}/mm.stop
|
touch ${MMFOLDER}/mm.stop
|
||||||
[ "${action}" = "check" ] && touch ${MMFOLDER}/mm.stop.checking
|
[ "${action}" = "check" ] && touch ${MMFOLDER}/mm.stop.checking
|
||||||
|
|||||||
Reference in New Issue
Block a user