From ee75d1afc37477a9102828f63b8ab737e0fa39fe Mon Sep 17 00:00:00 2001 From: polytan02 Date: Mon, 13 Apr 2015 15:31:15 +0100 Subject: [PATCH] removal of trailing / --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 086b9e4..17ce2d6 100644 --- a/scripts/install +++ b/scripts/install @@ -8,7 +8,7 @@ path=$2 is_public=$3 # Removal of trailing / -#path=${path%/} +path=${path%/} #sudo yunohost app setting rainloop domain -v $domain