moved TODO

This commit is contained in:
jkaberg 2014-08-12 11:02:13 +02:00
parent 9d41530232
commit 7ba79effae
1 changed files with 1 additions and 2 deletions

View File

@ -61,6 +61,7 @@ mkdir -p $STORAGE_ROOT/owncloud
chown -R www-data.www-data $STORAGE_ROOT/owncloud /usr/local/lib/owncloud
# Download and install the mail app
# TODO: enable mail app in ownCloud config, not exposed afaik?
if [ ! -d /usr/local/lib/owncloud/apps/mail ]; then
rm -f /tmp/owncloud_mail.zip
wget -qO /tmp/owncloud_mail.zip https://github.com/owncloud/mail/archive/master.zip
@ -78,7 +79,5 @@ chmod -R 777 /usr/local/lib/owncloud/apps/mail/vendor/ezyang/htmlpurifier/librar
# TODO: somehow change the cron option in ownClouds config, not exposed afaik?
(crontab -u www-user -l; echo "*/15 * * * * php -f /usr/local/lib/owncloud/cron.php" ) | crontab -u www-user -
# TODO: enable mail app in ownCloud config, not exposed afaik?
php5enmod imap
restart_service php5-fpm