1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ulogger_ynh.git synced 2024-10-01 13:34:45 +02:00

Further fix ynh_local_curl

This commit is contained in:
anmol26s 2018-06-04 20:06:00 +05:30
parent 2bf6c8c1c9
commit 35e88309b4

View file

@ -146,7 +146,7 @@ yunohost app ssowatconf
systemctl reload nginx systemctl reload nginx
# Installation with curl # Installation with curl
ynh_local_curl "https://$domain$path_url/scripts/setup.php" "command=setup" ynh_local_curl "/scripts/setup.php" "command=setup"
#Add the admin account to the database #Add the admin account to the database
ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < "../conf/admin.sql" ynh_mysql_connect_as "$db_name" "$db_pwd" "$db_name" < "../conf/admin.sql"
#Disable setup for security #Disable setup for security