1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mytinytodo_ynh.git synced 2024-09-03 19:46:01 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2022-11-22 21:33:54 +01:00
parent 46f79c83c0
commit ffc7bcbed1

View file

@ -103,18 +103,6 @@ ynh_script_progression --message="Upgrading NGINX web server configuration..." -
# Create a dedicated NGINX config # Create a dedicated NGINX config
ynh_add_nginx_config ynh_add_nginx_config
#=================================================
# UPDATE CONFIGURATION
#=================================================
ynh_script_progression --message="Updating mytinytodo database..." --weight=3
(cd "$final_path"
/usr/bin/php$phpversion -q $final_path/setup.php)
ynh_secure_remove --file="$final_path/setup.php"
#================================================= #=================================================
# RELOAD NGINX # RELOAD NGINX
#================================================= #=================================================