From a7ad4bd08a0b00922067b8d21d75090c2da6a49a Mon Sep 17 00:00:00 2001 From: wbk Date: Tue, 4 Mar 2025 19:00:06 +0000 Subject: [PATCH] Update scripts/install ynh_local_curl path, again --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index cdd1042..bb8b0fd 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://$domain/$path/register" "name=$user" "email=$email" "password=$password" "password_confirmation=$password" +ynh_local_curl "https://$domain/$path/index.php/register" "name=$user" "email=$email" "password=$password" "password_confirmation=$password" #================================================= # END OF SCRIPT