Update mm-scripts.sh

This commit is contained in:
2023-03-25 10:22:47 -05:00
parent 8e5536d8e9
commit 4fb2b85cf7

View File

@@ -425,7 +425,7 @@ MMSTOP(){
echo -e "${idsCL[Green]}done${idsCL[Default]}"
msg="Adding default routes back in"
msg="Re-Adding Default Network Routes"
c=0; spc=''; spc1=$((${cw_spc}-${#msg}))
until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done
echo -en "${idsCL[LightCyan]}${msg}${spc}: ${idsCL[Default]}"