Update mm-scripts.sh
This commit is contained in:
@@ -488,6 +488,11 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then
|
||||
echo
|
||||
exit 1
|
||||
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
|
||||
touch ${MMFOLDER}/mm.stop
|
||||
[ "${action}" = "check" ] && touch ${MMFOLDER}/mm.stop.checking
|
||||
|
||||
Reference in New Issue
Block a user