Ajout d'une commande pour la mise a jour.

FIX #32
This commit is contained in:
HumanG33K 2022-07-20 20:56:44 +00:00
parent e91219faf2
commit 959fdbf06a
1 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,8 @@ function update_core ()
cdnextcloud
cd ./updater
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 ()