From 3d66fcd610ed7cb9600d0e9c2933edc4aff5fb7b Mon Sep 17 00:00:00 2001 From: matlink Date: Wed, 19 Nov 2014 21:04:43 +0100 Subject: [PATCH] removing superfluous slash --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9f516a1..19de0b9 100644 --- a/scripts/install +++ b/scripts/install @@ -57,7 +57,7 @@ sudo yunohost app ssowatconf #make request to install app #get the html page -curl -kL -o install_page.html https://$domain/$path/install.php >/dev/null 2>&1 +curl -kL -o install_page.html https://$domain$path/install.php >/dev/null 2>&1 #get the token for form validation token=$(cat install_page.html | grep "input" | grep "token" | tail -1 | cut -d' ' -f3 | cut -d'"' -f2) #send http POST values