fix if argument

This commit is contained in:
Daniel Hansson 2020-04-22 13:46:48 +02:00 committed by GitHub
parent c437425ce4
commit 270bbeb605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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