diff --git a/scripts/install b/scripts/install index e1a9532..e6dc8d0 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 "/INSTALL_PATH/register" "key1=$user" "key2=$email" "key3=$password" "key4=$password" +ynh_local_curl "/register" "name=$user" "email=$email" "password=$password" "password_confirmation=$password" #================================================= # END OF SCRIPT