Update mm-scripts.sh

This commit is contained in:
2022-03-30 19:18:30 -05:00
parent a8d380248f
commit fb7d755f6c

View File

@@ -23,7 +23,7 @@ unset IFS
#OUT=`ip a show $VPN_INTERFACE up >/dev/null 2>&1`;
MMSTART(){
if [ "${action}" = "start" ]; then
if [ "${1}" = "start" ]; then
mmsv='Starting'
echo -e "${idsCL[Green]}Starting the VPN Tunnel ... ${idsCL[Default]}"
"${VPN_START[@]}"
@@ -74,7 +74,7 @@ MMSTART(){
echo ""
done
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
fi