Update scripts/install

ynh_local_curl, again
This commit is contained in:
Boudewijn Kranendonk 2025-03-04 18:50:16 +00:00
parent c754b0bfa3
commit f4a431c1da

View file

@ -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 "/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