aa
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -18,3 +18,5 @@ database/.DS_Store
|
|||||||
app/.DS_Store
|
app/.DS_Store
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
DEADJOE
|
||||||
|
composer.lock
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
#!/bin/bash
|
#!/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
|
||||||
|
|||||||
Reference in New Issue
Block a user