This commit is contained in:
scossa 2024-08-21 13:52:51 +02:00
parent 7a9e0d5a9b
commit 2a53bd9380

View file

@ -20,4 +20,7 @@ echo -e "restarto apache e ruscmap"...
systemctl restart apache2.service || echo -e "\nErrore nel restart di apache2.service\n" && systemctl start ruscomap.service && exit || echo -e "\nErrore anche nel restart di ruscomap.service\n" && exit
systemctl start ruscomap.service || echo -e "\nErrore nel restart di ruscomap.service\n" && exit
echo echo -e "Do permessi di esecuzione allo script di aggiornamento.."
chmod -x www-data:www-data /var/www/html/leaflet/ruscomap/script/AggiornaRuscoMap.sh || echo -e "\nErrore nel dare i permessi a echo echo -e "Do permessi di esecuzione allo script di aggiornamento.."
echo -e "Aggiornamento completato!\n"