Browse Source

minor fixes

pull/3320/head
Daniel Gibbs 5 years ago
parent
commit
c2a29dfb87
  1. 2
      lgsm/functions/command_start.sh
  2. 2
      lgsm/functions/core_messages.sh
  3. 2
      lgsm/functions/fix.sh
  4. 1
      lgsm/functions/install_server_files.sh

2
lgsm/functions/command_start.sh

@ -165,7 +165,7 @@ fn_start_tmux(){
fn_print_ok "${servername}"
fn_script_log_pass "Started ${servername}"
fi
rm "${lgsmlogdir:?}/.${selfname}-tmux-error.tmp"
rm "${lgsmlogdir:?}/.${selfname}-tmux-error.tmp" 2>/dev/null
echo -en "\n"
}

2
lgsm/functions/core_messages.sh

@ -116,7 +116,7 @@ fn_script_log_info(){
fi
}
## Feb 28 14:56:58 ut99-server: Monitor: INFO:
## Feb 28 14:56:58 ut99-server: Monitor: UPDATE:
fn_script_log_update(){
if [ -d "${lgsmlogdir}" ]; then
if [ -n "${commandname}" ]; then

2
lgsm/functions/fix.sh

@ -96,7 +96,7 @@ fi
if [ "${commandname}" == "INSTALL" ]; then
if [ "${shortname}" == "av" ]||[ "${shortname}" == "cmw" ]||[ "${shortname}" == "kf" ]||[ "${shortname}" == "kf2" ]||[ "${shortname}" == "onset" ]||[ "${shortname}" == "ro" ]||[ "${shortname}" == "samp" ]||[ "${shortname}" == "ut2k4" ]||[ "${shortname}" == "ut" ]||[ "${shortname}" == "ut3" ]; then
echo -e ""
echo -e "Applying Post-Install Fixes"
echo -e "${lightyellow}Applying Post-Install Fixes}${default}"
echo -e "================================="
fn_sleep_time
postinstall=1

1
lgsm/functions/install_server_files.sh

@ -87,7 +87,6 @@ elif [ "${shortname}" == "pmc" ]; then
install_eula.sh
update_papermc.sh
elif [ "${shortname}" == "wmc" ]; then
install_eula.sh
update_papermc.sh
elif [ "${shortname}" == "mumble" ]; then
update_mumble.sh

Loading…
Cancel
Save