1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pluxml_ynh.git synced 2024-09-03 20:16:02 +02:00

removing superfluous slash

This commit is contained in:
matlink 2014-11-19 21:04:43 +01:00 committed by Moul
parent 9ffe909647
commit 3d66fcd610

View file

@ -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