From 25042c1e74613c077e774ea68e3e5224ec4f42ff Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 7 May 2023 10:28:56 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 66c6a09..b60eb2c 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -936,7 +936,7 @@ UPDATESERVICE(){ msg="Updating service"; c=0; spc=''; spc1=$((${cw_spc}-${#msg})); until [ $c = ${spc1} ]; do spc="${spc} "; c=`expr $c + 1`; done echo -en "${idsCL[White]}${msg}${spc} : ${idsCL[Default]}" - /usr/bin/apt install ${ausrvc} >/dev/null 2>&1 + /usr/bin/apt install ${ausrvc} -y >/dev/null 2>&1 echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo "$(date) - Updating Service (${usrvc}) : Completed" >> $logfile