Update scripts/install
ynh_local_curl path, again
This commit is contained in:
parent
88eb519f3c
commit
a7ad4bd08a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue