From bfbd85183e4deadf647910e6d52ad6d4c794cf85 Mon Sep 17 00:00:00 2001 From: jkaberg Date: Tue, 12 Aug 2014 00:49:26 +0200 Subject: [PATCH] hide_output dosnt work --- setup/owncloud.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index 51bda1ee..29d1c085 100644 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -67,8 +67,8 @@ chown -R www-data.www-data $STORAGE_ROOT/owncloud /usr/local/lib/owncloud # Download and install the mail app if [ ! -d /usr/local/lib/owncloud/apps/mail ]; then rm -f /tmp/owncloud_mail.zip - hide_output wget -qO /tmp/owncloud_mail.zip https://github.com/owncloud/mail/archive/master.zip - hide_output unzip /tmp/owncloud_mail.zip -d /usr/local/lib/owncloud/apps + wget -qO /tmp/owncloud_mail.zip https://github.com/owncloud/mail/archive/master.zip + unzip /tmp/owncloud_mail.zip -d /usr/local/lib/owncloud/apps mv /usr/local/lib/owncloud/apps/mail-master /usr/local/lib/owncloud/apps/mail rm -f /tmp/owncloud.zip fi