Browse Source

can't touch this

pull/1811/head
UltimateByte 7 years ago
committed by GitHub
parent
commit
ec82ffff41
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      lgsm/functions/install_ts3db.sh

14
lgsm/functions/install_ts3db.sh

@ -55,6 +55,13 @@ else
fn_print_warning_nl "./${selfname} auto-install is uses sqlite. For MariaDB/MySQL use ./${selfname} install"
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
touch "${executabledir}/.ts3server_license_accepted"
## Get privilege key
echo ""
echo "Getting privilege key"
@ -62,13 +69,6 @@ echo "================================="
sleep 1
echo "IMPORANT! Save these details for later."
sleep 1
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 " * You can review the TeamSpeak License in ${executabledir}/LICENSE"
sleep 3
touch "${executabledir}/.ts3server_license_accepted"
fi
cd "${executabledir}"
./ts3server_startscript.sh start inifile=ts3-server.ini
sleep 5

Loading…
Cancel
Save