Update mm-scripts.sh
This commit is contained in:
@@ -23,7 +23,7 @@ unset IFS
|
|||||||
#OUT=`ip a show $VPN_INTERFACE up >/dev/null 2>&1`;
|
#OUT=`ip a show $VPN_INTERFACE up >/dev/null 2>&1`;
|
||||||
|
|
||||||
MMSTART(){
|
MMSTART(){
|
||||||
if [ "${action}" = "start" ]; then
|
if [ "${1}" = "start" ]; then
|
||||||
mmsv='Starting'
|
mmsv='Starting'
|
||||||
echo -e "${idsCL[Green]}Starting the VPN Tunnel ... ${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Starting the VPN Tunnel ... ${idsCL[Default]}"
|
||||||
"${VPN_START[@]}"
|
"${VPN_START[@]}"
|
||||||
@@ -74,7 +74,7 @@ MMSTART(){
|
|||||||
echo ""
|
echo ""
|
||||||
done
|
done
|
||||||
echo -e "${idsCL[Green]} done${idsCL[Default]}"
|
echo -e "${idsCL[Green]} done${idsCL[Default]}"
|
||||||
if [ "${action}" == "start" ]; then
|
if [ "${1}" == "start" ]; then
|
||||||
echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all systems fully start up${idsCL[Default]}"
|
echo -e "${idsCL[LightCyan]}It may take a couple of minutes before all systems fully start up${idsCL[Default]}"
|
||||||
echo
|
echo
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user