ynh_curl_local - path...

This commit is contained in:
Boudewijn 2025-03-04 20:41:51 +01:00
parent 99c5a3a7ae
commit fb75bff78e

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 "/index.php/register" "name=$user" "email=$email" "password=$password" "password_confirmation=$password"
ynh_local_curl "https://idlers.dus.osba.nl/register" "name=$user" "email=$email" "password=$password" "password_confirmation=$password"
#=================================================
# END OF SCRIPT