mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
Update upgrade
This commit is contained in:
parent
ad366f6741
commit
c2c725c522
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ ynh_script_progression --message="Upgrading the application..." --weight=1
|
|||
|
||||
ynh_backup_if_checksum_is_different --file="$final_path/config.php"
|
||||
|
||||
exec_as $app php${phpversion} "$final_path/admin/cli/upgrade.php" --non-interactive
|
||||
ynh_exec_as $app php${phpversion} "$final_path/admin/cli/upgrade.php" --non-interactive
|
||||
|
||||
# Recalculate and store the checksum of the file for the next upgrade.
|
||||
ynh_store_file_checksum --file="$final_path/config.php"
|
||||
|
|
Loading…
Reference in a new issue