diff --git a/scripts/change_url b/scripts/change_url index 00c31ac..ac1d4f7 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -25,7 +25,7 @@ ynh_change_url_nginx_config #================================================= ynh_script_progression --message="Upgrading FreshRSS..." --weight=1 -ynh_exec_as "$app" "$install_dir/cli/reconfigure.php" --auth_type http_auth --environment production --base_url "https://$new_domain$new_path" --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user "$db_name" --db-password "$db_pwd" --db-base "$db_name" +ynh_exec_warn_less ynh_exec_as "$app" "$install_dir/cli/reconfigure.php" --auth_type http_auth --environment production --base_url "https://$new_domain$new_path" --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user "$db_name" --db-password "$db_pwd" --db-base "$db_name" #================================================= # END OF SCRIPT diff --git a/scripts/install b/scripts/install index 0a5ce66..52cd34e 100755 --- a/scripts/install +++ b/scripts/install @@ -67,7 +67,7 @@ ynh_add_fail2ban_config --logpath="/var/log/${domain}-access.log" --failregex="< #================================================= ynh_script_progression --message="FreshRSS setup..." --weight=1 -ynh_exec_as "$app" "$install_dir/cli/do-install.php" --default_user "$admin" --auth_type http_auth --environment production --base_url "https://$domain$path" --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user "$db_name" --db-password "$db_pwd" --db-base "$db_name" +ynh_exec_warn_less ynh_exec_as "$app" "$install_dir/cli/do-install.php" --default_user "$admin" --auth_type http_auth --environment production --base_url "https://$domain$path" --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user "$db_name" --db-password "$db_pwd" --db-base "$db_name" for myuser in $(ynh_user_list) do diff --git a/scripts/upgrade b/scripts/upgrade index 0feb801..7cb06ac 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -121,7 +121,7 @@ ynh_add_fail2ban_config --logpath="/var/log/${domain}-access.log" --failregex="< ynh_script_progression --message="Upgrading FreshRSS..." --weight=1 # reconfigure application with latest parameters -ynh_exec_as "$app" "$install_dir/cli/reconfigure.php" --default_user "$admin" --auth_type http_auth --environment production --base_url "https://$domain$path" --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user "$db_name" --db-password "$db_pwd" --db-base "$db_name" +ynh_exec_warn_less ynh_exec_as "$app" "$install_dir/cli/reconfigure.php" --default_user "$admin" --auth_type http_auth --environment production --base_url "https://$domain$path" --title FreshRSS --api_enabled --db-type mysql --db-host localhost --db-user "$db_name" --db-password "$db_pwd" --db-base "$db_name" #================================================= # END OF SCRIPT