Forráskód Böngészése

fix: minor messaging bug

Daniel Gibbs 1 éve
szülő
commit
421971c73f

+ 1 - 1
lgsm/modules/update_jk2.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_mc.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_mcb.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_mta.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_pmc.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_ts3.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_ut99.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_vints.sh

@@ -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
 

+ 1 - 1
lgsm/modules/update_xnt.sh

@@ -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