diff --git a/.gitignore b/.gitignore index b6315e62..40efce81 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ database/.DS_Store app/.DS_Store .DS_Store .DS_Store +DEADJOE +composer.lock diff --git a/aggiorna.sh b/aggiorna.sh index 50a3a8a4..db3e002a 100755 --- a/aggiorna.sh +++ b/aggiorna.sh @@ -1,5 +1,10 @@ #!/bin/bash -sudo git fetch ; sudo git pull; +cd /var/www/html/apimacro -#sudo composer dump-autoload +{ + echo "Output di git fetch:" + sudo git fetch + echo "Output di git pull:" + sudo git pull +} 2>&1 # Cattura anche gli errori