Daniel Gibbs 8 лет назад
Родитель
Сommit
f9e3e0b478
2 измененных файлов с 4 добавлено и 4 удалено
  1. 1 1
      lgsm/functions/command_start.sh
  2. 3 3
      lgsm/functions/install_ts3db.sh

+ 1 - 1
lgsm/functions/command_start.sh

@@ -42,7 +42,7 @@ fn_start_teamspeak3(){
 	if [ ! -f "${executabledir}/.ts3server_license_accepted" ]; then
 		fn_script_log "Accepting ts3server license:  ${executabledir}/LICENSE"
 		fn_print_info_nl "Accepting TeamSpeak license:"
-		fn_print_info_nl " * ${executabledir}/LICENSE"
+		echo " * ${executabledir}/LICENSE"
 		sleep 3
 		touch "${executabledir}/.ts3server_license_accepted"
 	fi

+ 3 - 3
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? (DB must be pre-configured)" N; then
 		fn_install_ts3db_mariadb
 	fi
 else
@@ -58,8 +58,8 @@ fi
 ## License
 fn_script_log "Accepting ts3server license:  ${executabledir}/LICENSE"
 fn_print_info_nl "Accepting TeamSpeak license:"
-fn_print_info_nl " * ${executabledir}/LICENSE"
-sleep 3
+echo " * ${executabledir}/LICENSE"
+sleep 1
 touch "${executabledir}/.ts3server_license_accepted"
 
 ## Get privilege key