don't print wget status in messages log

This commit is contained in:
Daniel Berteaud 2013-04-07 14:40:04 +02:00
parent 3c4964b69e
commit 7f00dc94b3
1 changed files with 1 additions and 1 deletions

View File

@ -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 <<EOF