Browse Source

Altered ts3 licence message

pull/1843/merge
Daniel Gibbs 7 years ago
parent
commit
f9e3e0b478
  1. 2
      lgsm/functions/command_start.sh
  2. 6
      lgsm/functions/install_ts3db.sh

2
lgsm/functions/command_start.sh

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

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

Loading…
Cancel
Save