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-08-18 07:52:31 +02:00
parent 55b312fd29
commit ce641c351f

View file

@ -95,7 +95,7 @@ then
# Download, check integrity, uncompress and patch the source from app.src # Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config.php" ynh_setup_source --dest_dir="$final_path" --keep="$final_path/config.php"
php${phpversion} $final_path/admin/cli/upgrade.php #php${phpversion} $final_path/admin/cli/upgrade.php
fi fi
#================================================= #=================================================