Update mm-scripts.sh
This commit is contained in:
@@ -135,8 +135,6 @@ MMSTART(){
|
|||||||
|
|
||||||
[ $VERBOSE = true ] && echo "$(date) - ${mmsv} VPN..." >> $logfile
|
[ $VERBOSE = true ] && echo "$(date) - ${mmsv} VPN..." >> $logfile
|
||||||
|
|
||||||
echo "HERE: $(/bin/ip link)"
|
|
||||||
|
|
||||||
OUT=$(/bin/ip link | grep "$VPN_INTERFACE")
|
OUT=$(/bin/ip link | grep "$VPN_INTERFACE")
|
||||||
if [ ${#OUT} = 0 ]; then
|
if [ ${#OUT} = 0 ]; then
|
||||||
if [ -f ${TMPFOLDER}/mm.vpn.fail ]; then
|
if [ -f ${TMPFOLDER}/mm.vpn.fail ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user