From 7db09563952c8d2e316782e30a05bfc34fda49bb Mon Sep 17 00:00:00 2001 From: Alexis Gavoty Date: Sat, 18 Oct 2014 17:21:33 +0200 Subject: [PATCH] Update install --- scripts/install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/install b/scripts/install index bd24395..46829d9 100755 --- a/scripts/install +++ b/scripts/install @@ -19,6 +19,9 @@ if [[ ! $? -eq 0 ]]; then exit 1 fi +# Remove trailing "/" for next commands +path=${path%/} + # Install dependencies sudo apt-get install acl smbclient -y -qq -- 2.0.0