fix
This commit is contained in:
parent
8eeda996f0
commit
6f9835fc4e
1 changed files with 7 additions and 7 deletions
|
@ -8,21 +8,21 @@ systemctl stop ruscomap.service || echo -e "\nErrore nell'arrestare ruscomap!\n"
|
||||||
|
|
||||||
cd /var/www/html/leaflet/ruscomap
|
cd /var/www/html/leaflet/ruscomap
|
||||||
echo -e "\nEseguo git pull..."
|
echo -e "\nEseguo git pull..."
|
||||||
git pull || echo -e "\nErrore git!\n" && systemctl start ruscomap.service || echo -e "\nErrore anche nel restart di ruscomap.service\n" && exit
|
git pull || echo -e "\nErrore git!\n" && systemctl start ruscomap.service
|
||||||
|
|
||||||
sleep 1
|
|
||||||
|
|
||||||
echo -e "Do permessi www-data..."
|
echo -e "Do 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"
|
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 "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 restart apache2.service && echo "apache restart"
|
||||||
systemctl start ruscomap.service || echo -e "\nErrore nel restart di ruscomap.service\n" && exit
|
systemctl start ruscomap.service && echo "rusco restart"
|
||||||
|
|
||||||
echo -e "Do permessi di esecuzione allo script di aggiornamento.."
|
echo -e "Do 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"
|
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.."
|
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"
|
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 "Aggiornamento completato!\n"
|
Loading…
Reference in a new issue