From faba061ec906c79d6e844d8f9079aaf345403585 Mon Sep 17 00:00:00 2001 From: anmol Date: Sat, 5 Jan 2019 23:33:22 +0530 Subject: [PATCH] Fixed:curl install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c6c8819..239e283 100644 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ yunohost app ssowatconf systemctl reload nginx # Start Yourls install (database table creation) -ynh_local_curl "/admin/install.php" "install=dummy" +ynh_local_curl "admin/install.php" "install=dummy" # Calculate and store the config file checksum into the app settings