Skip to content

Commit

Permalink
fix: minor messaging bug
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbs64 committed Feb 9, 2025
1 parent f28becd commit 421971c
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lgsm/modules/update_jk2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ remotelocation="github.com"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_mc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ remotelocation="mojang.com"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_mcb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ remotelocation="minecraft.net"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_mta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ remotelocation="linux.mtasa.com"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_pmc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ remotelocation="papermc.io"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_ts3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ remotelocation="teamspeak.com"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_ut99.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ remotelocation="github.com"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_vints.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ remotelocation="vintagestory.at"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down
2 changes: 1 addition & 1 deletion lgsm/modules/update_xnt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ remotelocation="github.com"

if [ "$(command -v jq 2> /dev/null)" ]; then
fn_print_fail_nl "jq is not installed"
fn_script_log_fatal "jq is not installed"
fn_script_log_fail "jq is not installed"
core_exit.sh
fi

Expand Down

0 comments on commit 421971c

Please sign in to comment.