From 4303142f0f855c3e9f500f69d7f75632605e768f Mon Sep 17 00:00:00 2001 From: Boudewijn Date: Tue, 4 Mar 2025 20:54:11 +0100 Subject: [PATCH] ynh_curl_local - path... --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index ebc9310..c952d26 100755 --- a/scripts/install +++ b/scripts/install @@ -69,7 +69,7 @@ chmod -R 2775 "$install_dir/storage" "$install_dir/app" "$install_dir/public" "$ ynh_script_progression "Finalizing installation..." # Installation with curl: set up the first/single user -ynh_local_curl "https://idlers.dus.osba.nl/register" "name=$user" "email=$email" "password=$password" "password_confirmation=$password" +ynh_local_curl "/index.php/register" "name=$user" "email=$email" "password=$password" "password_confirmation=$password" #================================================= # END OF SCRIPT