diff --git a/script/AggiornaRuscoMap.sh b/script/AggiornaRuscoMap.sh index 4df9e1d..df7fd8a 100755 --- a/script/AggiornaRuscoMap.sh +++ b/script/AggiornaRuscoMap.sh @@ -12,7 +12,7 @@ systemctl stop ruscomap.service || echo -e "\nErrore nell'arrestare ruscomap!\n" cd "${ruscomap_dir}" || exit 1 echo -e "\nEseguo git pull..." -git pull || echo -e "\nErrore git!\n" +git pull || echo -e "\nErrore git!\n" && exit 1 cd "server" || exit 1 npm ci systemctl start ruscomap.service