Log Atualiza TAR EE ADM

master
root 2024-11-27 10:36:55 -03:00
parent 01f1a47bda
commit 51657f07f5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ case $service in
systemctl restart $cliente
echo -e " "
echo -e "aguardando $cliente subir..."
URL="http://$IPPRIV:$portapp/VentaBoletosServidor"
URL="http://$IPPRIV:$portapp"
while true; do
STATUS_CODE=$(curl -o /dev/null -s -w "%{http_code}" "$URL")
if [ "$STATUS_CODE" -eq 200 ]; then