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