moved TODO
This commit is contained in:
parent
9d41530232
commit
7ba79effae
|
@ -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
|
Loading…
Reference in New Issue