Mise jour des apps owncloud \(peut servir pour d\'autres projets\)
This commit is contained in:
parent
d84fbedaf2
commit
63df7e0c26
3
update_git
Normal file
3
update_git
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
for f in /var/www/owncloud/apps/*/; do (cd "$f"; git pull); done
|
Loading…
Reference in New Issue
Block a user