Commit 69831d7041f72ade89ea7c5ef615a3ef64557af0
1 parent
923852aa1f
Exists in
master
Update upgrade
Showing 1 changed file with 3 additions and 0 deletions Side-by-side Diff
scripts/upgrade
... | ... | @@ -9,6 +9,9 @@ db_pwd=$(sudo yunohost app setting owncloud mysqlpwd) |
9 | 9 | # Install dependencies |
10 | 10 | #sudo apt-get install acl smbclient -y -qq |
11 | 11 | |
12 | +# Remove trailing "/" for next commands | |
13 | +path=${path%/} | |
14 | + | |
12 | 15 | # Use 'owncloud' as database name and user |
13 | 16 | db_user=owncloud |
14 | 17 |