From 69369dc426ba3d6b896837131cd7f1d8990827e3 Mon Sep 17 00:00:00 2001 From: Stephan Schaffner Date: Fri, 23 Aug 2024 16:07:33 +0200 Subject: [PATCH] Fixing install Scripts Issues --- lgsm/modules/command_install.sh | 2 ++ lgsm/modules/install_server_files.sh | 1 - lgsm/modules/{update_xnt.sh => install_xnt.sh} | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) rename lgsm/modules/{update_xnt.sh => install_xnt.sh} (93%) 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