Skip to content

Commit 270bbeb

Browse files
authored
fix if argument
1 parent c437425 commit 270bbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_update.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ then
5454
fi
5555

5656
# Don't allow MySQL/MariaDB
57-
if if ! grep -q pgsql /var/www/nextcloud/config/config.php
57+
if ! grep -q pgsql /var/www/nextcloud/config/config.php
5858
then
5959
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/"
6060
exit 0

0 commit comments

Comments
 (0)