diff options
Diffstat (limited to 'owncloud-dl')
-rwxr-xr-x | owncloud-dl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/owncloud-dl b/owncloud-dl index 3ac5a60..dce74d0 100755 --- a/owncloud-dl +++ b/owncloud-dl @@ -41,7 +41,7 @@ wget https://download.owncloud.org/community/owncloud-$VERSION.tar.bz2 rm owncloud-$VERSION.tar.bz2 # Sync configuration -chown -R root. owncloud-$VERSION +chown -R root: owncloud-$VERSION rsync -av owncloud-$OLD_VERSION/config/ owncloud-$VERSION/config/ # Symlink to contrib content |