Browse Source

removed color from log

pull/1255/head
Daniel Gibbs 8 years ago
parent
commit
e0e071139f
  1. 2
      lgsm/functions/check_deps.sh

2
lgsm/functions/check_deps.sh

@ -78,7 +78,7 @@ fn_found_missing_deps(){
fn_print_dots "Checking dependencies"
sleep 0.5
fn_print_error_nl "Checking dependencies: missing: ${red}${array_deps_missing[@]}${default}"
fn_script_log_error "Checking dependencies: missing: ${red}${array_deps_missing[@]}${default}"
fn_script_log_error "Checking dependencies: missing: ${array_deps_missing[@]}"
sleep 1
sudo -v > /dev/null 2>&1
if [ $? -eq 0 ]; then

Loading…
Cancel
Save