1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cloudlog_ynh.git synced 2024-09-03 18:16:23 +02:00

Update upgrade

This commit is contained in:
Éric Gaspar 2024-08-03 09:21:49 +02:00
parent 88f5622ac1
commit af85c0b97d

View file

@ -27,6 +27,13 @@ ynh_config_add_nginx
ynh_config_add_logrotate
#=================================================
# SETUP APPLICATION WITH CURL
#=================================================
ynh_script_progression "Finalizing installation..."
ynh_local_curl "/install/index.php?submit" "username=$db_user" "password=$db_pwd" "database=$db_name"
#=================================================
# END OF SCRIPT
#=================================================