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 <