Browse Source

Fixing install Scripts Issues

pull/4633/head
Stephan Schaffner 12 months ago
parent
commit
69369dc426
  1. 2
      lgsm/modules/command_install.sh
  2. 1
      lgsm/modules/install_server_files.sh
  3. 2
      lgsm/modules/install_xnt.sh

2
lgsm/modules/command_install.sh

@ -46,6 +46,8 @@ else
elif [ "${shortname}" == "mta" ]; then elif [ "${shortname}" == "mta" ]; then
command_install_resources_mta.sh command_install_resources_mta.sh
fn_firstcommand_reset fn_firstcommand_reset
elif [ "${shortname}" == "xnt" ]; then
install_xnt.sh
fi fi
fix.sh fix.sh

1
lgsm/modules/install_server_files.sh

@ -256,7 +256,6 @@ elif [ "${shortname}" == "ut99" ]; then
update_ut99.sh update_ut99.sh
elif [ "${shortname}" == "xnt" ]; then elif [ "${shortname}" == "xnt" ]; then
fn_install_server_files 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 elif [ -z "${appid}" ] || [ "${shortname}" == "ahl" ] || [ "${shortname}" == "bb" ] || [ "${shortname}" == "q4" ] || [ "${shortname}" == "ns" ] || [ "${shortname}" == "sfc" ] || [ "${shortname}" == "ts" ] || [ "${shortname}" == "vs" ] || [ "${shortname}" == "zmr" ]; then
if [ "${shortname}" == "ut" ]; then if [ "${shortname}" == "ut" ]; then
install_eula.sh install_eula.sh

2
lgsm/modules/update_xnt.sh → lgsm/modules/install_xnt.sh

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# LinuxGSM update_xnt module # LinuxGSM install_xnt module
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Contributors: http://linuxgsm.com/contrib # Contributors: http://linuxgsm.com/contrib
# Website: https://linuxgsm.com # Website: https://linuxgsm.com
Loading…
Cancel
Save