Bläddra i källkod

corrected script_log

Daniel Gibbs 9 år sedan
förälder
incheckning
8acf2189a9
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      lgsm/functions/mods_core.sh

+ 1 - 1
lgsm/functions/mods_core.sh

@@ -26,7 +26,7 @@ fn_mod_install_files(){
 	# Check if variable is valid checking if file has been downloaded and exists
 	# Check if variable is valid checking if file has been downloaded and exists
 	if [ ! -f "${modstmpdir}/${modfilename}" ]; then
 	if [ ! -f "${modstmpdir}/${modfilename}" ]; then
 		fn_print_failure "An issue occurred downloading ${modprettyname}"
 		fn_print_failure "An issue occurred downloading ${modprettyname}"
-		fn_script_log_fail "An issue occurred downloading ${modprettyname}"
+		fn_script_log_fatal "An issue occurred downloading ${modprettyname}"
 		core_exit.sh
 		core_exit.sh
 	fi
 	fi
 	if [ ! -d "${extractdir}" ]; then
 	if [ ! -d "${extractdir}" ]; then