1
0
Fork 0
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:
ericgaspar 2021-06-18 14:06:06 +02:00
parent ad366f6741
commit c2c725c522
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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"