reduce duplicated lines

This commit is contained in:
dkoao 2019-09-26 10:35:12 +00:00
parent b9d367adff
commit 86fef267f6
1 changed files with 7 additions and 10 deletions

View File

@ -130,23 +130,20 @@ EOF
if [ "${DISABLE_NEXTCLOUD}" == "0" ]; then
cat >> $RCM_CONFIG <<EOF;
\$config['plugins'] = array('html5_notifier', 'archive', 'zipdownload', 'password', 'managesieve', 'jqueryui', 'persistent_login');
\$config['skin'] = 'larry';
\$config['login_autocomplete'] = 2;
\$config['password_charset'] = 'UTF-8';
\$config['junk_mbox'] = 'Spam';
?>
EOF
else
cat >> $RCM_CONFIG <<EOF;
\$config['plugins'] = array('html5_notifier', 'archive', 'zipdownload', 'password', 'managesieve', 'jqueryui', 'persistent_login', 'carddav');
EOF
fi
cat >> $RCM_CONFIG <<EOF;
\$config['skin'] = 'larry';
\$config['login_autocomplete'] = 2;
\$config['password_charset'] = 'UTF-8';
\$config['junk_mbox'] = 'Spam';
?>
EOF
fi
# Configure CardDav
if [ "${DISABLE_NEXTCLOUD}" != "0" ]; then