Przeglądaj źródła

Fixing ts3db prompt's opposite behavior

UltimateByte 9 lat temu
rodzic
commit
09cafb0e6a
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lgsm/functions/install_ts3db.sh

+ 1 - 1
lgsm/functions/install_ts3db.sh

@@ -48,7 +48,7 @@ fn_install_ts3db_mariadb(){
 
 
 if [ -z "${autoinstall}" ]; then
 if [ -z "${autoinstall}" ]; then
 	echo ""
 	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
 		fn_install_ts3db_mariadb
 	fi
 	fi
 else
 else