From 7c0b4fa2849d5b83b60cefd931358285beae6663 Mon Sep 17 00:00:00 2001 From: yodax Date: Sat, 8 Oct 2016 07:24:34 +0200 Subject: [PATCH] Remove not need unzip directives during owncloud extraction. Directory is removed beforehand so a normal extraction is fine --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index a3ab4f41..4ba579ea 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -39,7 +39,7 @@ InstallOwncloud() { wget_verify https://download.owncloud.org/community/owncloud-$version.zip $hash /tmp/owncloud.zip # Extract ownCloud - unzip -u -o -q /tmp/owncloud.zip -d /usr/local/lib #either extracts new or replaces current files + unzip -q /tmp/owncloud.zip -d /usr/local/lib rm -f /tmp/owncloud.zip # The two apps we actually want are not in ownCloud core. Download the releases from