add stop VBC

master
root 2026-03-11 10:49:07 -03:00
parent 655980195f
commit 37cea28ff7
1 changed files with 5 additions and 1 deletions

View File

@ -488,9 +488,13 @@ case $service in
sleep 1
fi
echo -e " "
echo -e "parando o cliente $cliente..."
echo -e "parando o cliente "$cliente"..."
echo -e " "
echo -e "aguarde..."
systemctl stop $cliente
echo " "
echo -e "...continuando"
echo " "
echo -e "Verificando a versão atual..."
sleep 1
[ ! -x "$(which unzip)" ] && echo "Instalando... " && sudo apt install unzip 1> /dev/null 2>&1 -y # unzip instalado?