Browse Source

touch method for accepting license

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

9
lgsm/functions/install_ts3db.sh

@ -62,7 +62,14 @@ 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 license_accepted=1
./ts3server_startscript.sh start inifile=ts3-server.ini
sleep 5
./ts3server_startscript.sh stop

Loading…
Cancel
Save