Sfoglia il codice sorgente

added privilege key save location

Daniel Gibbs 6 anni fa
parent
commit
10a24f1930
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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