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:
parent
88f5622ac1
commit
af85c0b97d
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue