fixed
This commit is contained in:
parent
6f9835fc4e
commit
bf5b3af381
1 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Script per aggiornare ruscomap
|
||||
# nano /var/www/html/leaflet/ruscomap/AggiornaRuscoMap.sh
|
||||
|
||||
echo -e "Stoppo ruscomap..."
|
||||
echo -e "\nStoppo ruscomap..."
|
||||
systemctl stop ruscomap.service || echo -e "\nErrore nell'arrestare ruscomap!\n"
|
||||
|
||||
cd /var/www/html/leaflet/ruscomap
|
||||
|
@ -11,18 +11,18 @@ echo -e "\nEseguo git pull..."
|
|||
git pull || echo -e "\nErrore git!\n" && systemctl start ruscomap.service
|
||||
|
||||
|
||||
echo -e "Do permessi www-data..."
|
||||
echo -e "\nDo permessi www-data..."
|
||||
chown -R www-data:www-data /var/www/html/leaflet/ruscomap/public || echo -e "\nErrore nel dare i permessi a /var/www/html/leaflet/ruscomap/public\n"
|
||||
|
||||
|
||||
echo -e "restarto apache e ruscmap"...
|
||||
echo -e "\nrestarto apache e ruscmap"...
|
||||
systemctl restart apache2.service && echo "apache restart"
|
||||
systemctl start ruscomap.service && echo "rusco restart"
|
||||
|
||||
echo -e "Do permessi di esecuzione allo script di aggiornamento.."
|
||||
echo -e "\nDo permessi di esecuzione allo script di aggiornamento.."
|
||||
chmod +x /var/www/html/leaflet/ruscomap/script/AggiornaRuscoMap.sh || echo -e "\nErrore nel dare i permessi a /var/www/html/leaflet/ruscomap/script/AggiornaRuscoMap.sh\n"
|
||||
|
||||
echo -e "Do permessi di esecuzione allo script pulisci_vecchio_rusco.sh.."
|
||||
chmod +x /var/www/html/leaflet/ruscomap/script/pulisci_vecchio_rusco.sh || echo -e "\nErrore nel dare i permessi a /var/www/html/leaflet/ruscomap/script/pulisci_vecchio_rusco.sh\n"
|
||||
|
||||
echo -e "Aggiornamento completato!\n"
|
||||
echo -e "\nAggiornamento completato!\n"
|
Loading…
Reference in a new issue