From 09cafb0e6a08897d20d889f4d1521a12fdeb16d2 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Thu, 2 Mar 2017 10:53:03 +0100 Subject: [PATCH] Fixing ts3db prompt's opposite behavior --- lgsm/functions/install_ts3db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/install_ts3db.sh b/lgsm/functions/install_ts3db.sh index ceb91afa7..ebceecfa7 100644 --- a/lgsm/functions/install_ts3db.sh +++ b/lgsm/functions/install_ts3db.sh @@ -48,7 +48,7 @@ fn_install_ts3db_mariadb(){ if [ -z "${autoinstall}" ]; then echo "" - if ! fn_prompt_yn "Do you want to use MariaDB/MySQL instead of sqlite (Database Server including user and database already has to be set up!)?" N; then + if fn_prompt_yn "Do you want to use MariaDB/MySQL instead of sqlite (Database Server including user and database already has to be set up!)?" N; then fn_install_ts3db_mariadb fi else