Skip to content

Commit

Permalink
bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 24, 2024
1 parent 7d9df68 commit 952f5eb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/check_system_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ if [ "${ramrequirementgb}" ]; then
if (($(echo "${physmemtotalgb} < ${ramrequirementgb}" | bc -l))); then
fn_print_dots "Checking RAM"
fn_print_warn_nl "Checking RAM: ${ramrequirementgb}G required, ${physmemtotal} available"
echo "* ${gamename} server may fail to run or experience poor performance."
fn_print_nl "* ${gamename} server may fail to run or experience poor performance."
fn_sleep_time_5
fi
fi
1 change: 0 additions & 1 deletion lgsm/modules/core_messages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ fn_print_message_nl() {
echo -e "${bold}${creeol}[${color} ${type} ${default}]${default} ${message}${default}"
fi
fn_sleep_time
echo -en "\n"
}

# [ .... ]
Expand Down

0 comments on commit 952f5eb

Please sign in to comment.