Update mm-scripts.sh
This commit is contained in:
@@ -32,8 +32,11 @@ MMSTART(){
|
||||
"${VPN_START[@]}"
|
||||
sleep 5s
|
||||
else
|
||||
echo "$(date) - Checking VPN..." >> $logfile
|
||||
mmsv='Verifying'
|
||||
fi
|
||||
echo "$(date) - ${mmsv} VPN..." >> $logfile
|
||||
|
||||
|
||||
OUT=$(ip link | grep "$VPN_INTERFACE")
|
||||
if [ ${#OUT} = 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user