Update mm-scripts.sh
This commit is contained in:
@@ -26,7 +26,7 @@ MMSTART(){
|
|||||||
if [ "${action}" = "start" ]; then
|
if [ "${action}" = "start" ]; then
|
||||||
mmsv='Starting'
|
mmsv='Starting'
|
||||||
echo -e "${idsCL[Green]}Starting System... ${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Starting System... ${idsCL[Default]}"
|
||||||
#"${VPN_START[@]}"
|
"${VPN_START[@]}"
|
||||||
elif [ "${action}" = "stop" ]; then
|
elif [ "${action}" = "stop" ]; then
|
||||||
mmsv='Stopping'
|
mmsv='Stopping'
|
||||||
echo -e "${idsCL[Green]}Stopping System... ${idsCL[Default]}"
|
echo -e "${idsCL[Green]}Stopping System... ${idsCL[Default]}"
|
||||||
|
|||||||
Reference in New Issue
Block a user