From 7f00dc94b32906abc0ec169b012cbb01ad45cbca Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 7 Apr 2013 14:40:04 +0200 Subject: [PATCH] don't print wget status in messages log --- root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb b/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb index 65e7926..2c7edbf 100644 --- a/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb +++ b/root/etc/e-smith/templates/etc/e-smith/sql/init/ownclouddb @@ -47,7 +47,7 @@ FLUSH PRIVILEGES; EOF # Call owncloud URL, it will trigger the install the first time -wget -O /dev/null --no-check-certificate https://$SystemName.$DomainName/owncloud 2>&1 > /dev/null +wget -O /dev/null --no-check-certificate https://$SystemName.$DomainName/owncloud > /dev/null 2>&1 # Now Configure owncloud to use LDAP /usr/bin/mysql <