mirror of
https://github.com/YunoHost-Apps/cheky_ynh.git
synced 2024-09-03 18:16:00 +02:00
disable database upgrade
won't work as http://releases.cheky.net/releases.php no more exist
This commit is contained in:
parent
602ab776d5
commit
1513a3f09a
1 changed files with 2 additions and 1 deletions
|
@ -120,7 +120,8 @@ ynh_script_progression --message="Running specific upgrade..." --weight=1
|
|||
|
||||
# Copy Yunohost custom script to cheky folder and launch it
|
||||
cp yunohost_upgrade_cheky.php $final_path/others/update/
|
||||
ynh_exec_as "$app" /usr/bin/php$phpversion $final_path/others/update/yunohost_upgrade_cheky.php $final_path
|
||||
# Upgrade disable because http://releases.cheky.net/releases.php no more exist
|
||||
#ynh_exec_as "$app" /usr/bin/php$phpversion $final_path/others/update/yunohost_upgrade_cheky.php $final_path
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue