Merge branch 'human-geek-main-patch-60281' into 'main'
Ajout d'une commande pour la mise a jour. See merge request a-lec/commissions/chalec/nuage!3
This commit is contained in:
commit
935a333c87
|
@ -278,6 +278,8 @@ function update_core ()
|
||||||
cdnextcloud
|
cdnextcloud
|
||||||
cd ./updater
|
cd ./updater
|
||||||
sudo -u www-data php --define apc.enable_cli=1 updater.phar --no-interaction
|
sudo -u www-data php --define apc.enable_cli=1 updater.phar --no-interaction
|
||||||
|
cdnextcloud
|
||||||
|
sudo -u www-data php --define apc.enable_cli=1 occ upgrade --no-interaction
|
||||||
}
|
}
|
||||||
|
|
||||||
function post_update ()
|
function post_update ()
|
||||||
|
|
Loading…
Reference in New Issue