mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix if argument
This commit is contained in:
parent
c437425ce4
commit
270bbeb605
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user