diff --git a/setup/webmail.sh b/setup/webmail.sh index 567fd954..cd889dbd 100755 --- a/setup/webmail.sh +++ b/setup/webmail.sh @@ -129,12 +129,12 @@ EOF if [ "${DISABLE_NEXTCLOUD}" == "0" ]; then cat >> $RCM_CONFIG <> $RCM_CONFIG <> $RCM_CONFIG < ${RCM_PLUGIN_DIR}/carddav/config.inc.php < 'ownCloud', - 'username' => '%u', // login username - 'password' => '%p', // login password - 'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts', - 'active' => true, - 'readonly' => false, - 'refresh_time' => '02:00:00', - 'fixed' => array('username','password'), - 'preemptive_auth' => '1', - 'hide' => false, - ); - ?> - EOF + 'ownCloud', + 'username' => '%u', // login username + 'password' => '%p', // login password + 'url' => 'https://${PRIMARY_HOSTNAME}/cloud/remote.php/carddav/addressbooks/%u/contacts', + 'active' => true, + 'readonly' => false, + 'refresh_time' => '02:00:00', + 'fixed' => array('username','password'), + 'preemptive_auth' => '1', + 'hide' => false, +); +?> +EOF fi # Create writable directories.