From b632afccf59a4f74a414750c37e175b9210223cc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 26 Mar 2023 20:13:47 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index b34f834..4b97326 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -343,7 +343,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf checked="" tryupdate="true" - msg="Updating Service" + msg="Updating ${srvc} Service" 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[White]}: ${idsCL[Default]}" @@ -356,6 +356,7 @@ PersistentKeepalive = 25" >> /etc/wireguard/${VPN_INTERFACE}.conf if ([ "${checkport}" == "" ] || [ "${tryupdate}" == "true" ]) && [ "${MM_UPDATE_REPO[${srvc}]}" != "" ]; then UPDATESERVICE ${srvc} >/dev/null 2>&1 + echo -e "${idsCL[Green]}Done${idsCL[Default]}" fi fi done