|
@@ -23,7 +23,7 @@ luafastdlfile="lgsm_cl_force_fastdl.lua"
|
|
|
luafastdlfullpath="${luasvautorundir}/${luafastdlfile}"
|
|
luafastdlfullpath="${luasvautorundir}/${luafastdlfile}"
|
|
|
|
|
|
|
|
# Check if bzip2 is installed.
|
|
# Check if bzip2 is installed.
|
|
|
-if [ ! "$(command -v bzip2 2>/dev/null)" ]; then
|
|
|
|
|
|
|
+if [ -z "$(command -v bzip2 2>/dev/null)" ]; then
|
|
|
fn_print_fail "bzip2 is not installed"
|
|
fn_print_fail "bzip2 is not installed"
|
|
|
fn_script_log_fatal "bzip2 is not installed"
|
|
fn_script_log_fatal "bzip2 is not installed"
|
|
|
core_exit.sh
|
|
core_exit.sh
|