Explorar o código

added privilege key save location

Daniel Gibbs %!s(int64=6) %!d(string=hai) anos
pai
achega
10a24f1930
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      lgsm/functions/install_ts3db.sh

+ 2 - 0
lgsm/functions/install_ts3db.sh

@@ -70,6 +70,8 @@ echo -e "${lightyellow}Getting privilege key${default}"
 echo -e "================================="
 fn_sleep_time
 fn_print_information_nl "Save these details for later."
+fn_print_information_nl "Key also saved in:"
+echo -e "${serverfiles}/privilege_key.txt"
 cd "${executabledir}" || exit
 ./ts3server_startscript.sh start inifile=ts3-server.ini 2>&1 | tee "${serverfiles}/privilege_key.txt"
 sleep 5