1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cloudlog_ynh.git synced 2024-09-03 18:16:23 +02:00
This commit is contained in:
Éric Gaspar 2024-08-03 09:23:43 +02:00
parent af85c0b97d
commit 1069929ced
2 changed files with 7 additions and 7 deletions

View file

@ -31,6 +31,13 @@ ynh_config_add --template="cron" --destination="/etc/cron.d/$app"
chown root: "/etc/cron.d/$app"
chmod 644 "/etc/cron.d/$app"
#=================================================
# 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
#=================================================

View file

@ -27,13 +27,6 @@ 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
#=================================================