From 638ab0483ca6973ff7473ab966c662a2f1d063ae Mon Sep 17 00:00:00 2001 From: Chase Wright Date: Sun, 23 Feb 2020 13:27:15 -0600 Subject: [PATCH] nit spacing --- guac-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guac-install.sh b/guac-install.sh index 7a16a8a..dd3be78 100644 --- a/guac-install.sh +++ b/guac-install.sh @@ -201,7 +201,7 @@ if [[ "${NAME}" == "Ubuntu" ]]; then MYSQL="mysql-server mysql-client mysql-common mysql-utilities" # Checking if (any kind of) mysql-client or compatible command installed. This is useful for existing mariadb server elif [ -x "$(command -v mysql)" ]; then - MYSQL="" + MYSQL="" else MYSQL="mysql-client" fi @@ -216,7 +216,7 @@ elif [[ "${NAME}" == *"Debian"* ]] || [[ "${NAME}" == *"Raspbian GNU/Linux"* ]]; MYSQL="default-mysql-server default-mysql-client mysql-common" # Checking if (any kind of) mysql-client or compatible command installed. This is useful for existing mariadb server elif [ -x "$(command -v mysql)" ]; then - MYSQL="" + MYSQL="" else MYSQL="default-mysql-client" fi