From 3600e1bcca05939c6394d5f8c3982281dfd31cc0 Mon Sep 17 00:00:00 2001 From: "Christopher A. DeFlumeri" Date: Sun, 8 Jul 2018 14:50:44 -0400 Subject: [PATCH] bad find/replace leftover --- setup/owncloud.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup/owncloud.sh b/setup/owncloud.sh index f44f1da9..fc90aa02 100755 --- a/setup/owncloud.sh +++ b/setup/owncloud.sh @@ -87,7 +87,6 @@ if [ ! -d /usr/local/lib/owncloud/ ] \ # Stop php-fpm if running. If theyre not running (which happens on a previously failed install), dont bail. service php7.0-fpm stop &> /dev/null || /bin/true - service php7-fpm stop &> /dev/null || /bin/true # Backup the existing ownCloud/Nextcloud. # Create a backup directory to store the current installation and database to