Update mm-scripts.sh
This commit is contained in:
@@ -41,9 +41,9 @@ MMSTART(){
|
||||
|
||||
elif [ "${1}" == "check" ] && [ "$(/sbin/ip link | grep "${VPN_INTERFACE}")" == "" ] && [ ! -f ${MMFOLDER}/mm.vpn* ] && [ ! -f ${MMFOLDER}/vpninfo.* ]; then
|
||||
GOFORSTART=true;
|
||||
SENDNOTICE "Starting Media Management Systems" ""
|
||||
SENDNOTICE "Starting Media Management Systems" "Fresh Startup"
|
||||
echo "$(date) - Starting Media Management system - (fresh start)" >> $logfile
|
||||
echo -e "${idsCL[LightCyan]}Fresh startup${idsCL[Default]}"
|
||||
echo -e "${idsCL[LightCyan]}Fresh Startup${idsCL[Default]}"
|
||||
# sleep 2m
|
||||
|
||||
elif [ "${1}" = "check" ] && [ "$(/sbin/ip link | grep "${VPN_INTERFACE}")" = "" ] && [ -f ${MMFOLDER}/mm.vpn* ]; then
|
||||
|
||||
Reference in New Issue
Block a user