Commit 7db09563952c8d2e316782e30a05bfc34fda49bb

Authored by Alexis Gavoty
1 parent f699fbb923
Exists in master

Update install

Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff

... ... @@ -19,6 +19,9 @@ if [[ ! $? -eq 0 ]]; then
19 19 exit 1
20 20 fi
21 21  
  22 +# Remove trailing "/" for next commands
  23 +path=${path%/}
  24 +
22 25 # Install dependencies
23 26 sudo apt-get install acl smbclient -y -qq
24 27