From 270bbeb605c570914819494206f625f0fdfd23dd Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Wed, 22 Apr 2020 13:46:48 +0200 Subject: [PATCH] fix if argument --- nextcloud_update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud_update.sh b/nextcloud_update.sh index 67746fdb..b79b9397 100644 --- a/nextcloud_update.sh +++ b/nextcloud_update.sh @@ -54,7 +54,7 @@ then fi # Don't allow MySQL/MariaDB -if if ! grep -q pgsql /var/www/nextcloud/config/config.php +if ! grep -q pgsql /var/www/nextcloud/config/config.php then msg_box "MySQL/MariaDB is not supported in this script anymore. Please contact us to get support for upgrading your server: https://shop.hanssonit.se/product/premium-support-per-30-minutes/" exit 0