From ac3733a2758ea3a2d82a29050640179d3d7f007a Mon Sep 17 00:00:00 2001 From: yodax Date: Tue, 4 Apr 2017 15:34:32 +0200 Subject: [PATCH] Also restart php5-fpm for zpush and remove commented out code --- setup/owncloud.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index f67bf88b..75523441 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -391,5 +391,5 @@ chmod +x /etc/cron.hourly/mailinabox-owncloud # ``` # Enable PHP modules and restart PHP. -#php5enmod imap +restart_service php5-fpm restart_service php7.0-fpm