Skip to content

Commit

Permalink
change minimum required message
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Nov 28, 2024
1 parent 47f8ca0 commit e8d8a3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lgsm/modules/check_system_requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ fi
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"
fn_print_warn_nl "Checking RAM: Minumum RAM requirements not met"
fn_print_nl "* ${ramrequirementgb}G is required, but only ${physmemtotal} is available."
fn_print_nl "* ${gamename} server may fail to run or experience poor performance."
fn_sleep_time_5
fi
Expand Down

0 comments on commit e8d8a3d

Please sign in to comment.