diff --git a/lgsm/modules/command_install.sh b/lgsm/modules/command_install.sh index c3bf27c61..a5082110f 100644 --- a/lgsm/modules/command_install.sh +++ b/lgsm/modules/command_install.sh @@ -46,6 +46,8 @@ else elif [ "${shortname}" == "mta" ]; then command_install_resources_mta.sh fn_firstcommand_reset + elif [ "${shortname}" == "xnt" ]; then + install_xnt.sh fi fix.sh diff --git a/lgsm/modules/install_server_files.sh b/lgsm/modules/install_server_files.sh index d4a204ce8..5e36e1017 100644 --- a/lgsm/modules/install_server_files.sh +++ b/lgsm/modules/install_server_files.sh @@ -256,7 +256,6 @@ elif [ "${shortname}" == "ut99" ]; then update_ut99.sh elif [ "${shortname}" == "xnt" ]; then fn_install_server_files - bash update_xnt.sh elif [ -z "${appid}" ] || [ "${shortname}" == "ahl" ] || [ "${shortname}" == "bb" ] || [ "${shortname}" == "q4" ] || [ "${shortname}" == "ns" ] || [ "${shortname}" == "sfc" ] || [ "${shortname}" == "ts" ] || [ "${shortname}" == "vs" ] || [ "${shortname}" == "zmr" ]; then if [ "${shortname}" == "ut" ]; then install_eula.sh diff --git a/lgsm/modules/update_xnt.sh b/lgsm/modules/install_xnt.sh similarity index 93% rename from lgsm/modules/update_xnt.sh rename to lgsm/modules/install_xnt.sh index d795bb4a4..bc7ce219d 100644 --- a/lgsm/modules/update_xnt.sh +++ b/lgsm/modules/install_xnt.sh @@ -1,5 +1,5 @@ #!/bin/bash -# LinuxGSM update_xnt module +# LinuxGSM install_xnt module # Author: Daniel Gibbs # Contributors: http://linuxgsm.com/contrib # Website: https://linuxgsm.com