Fixed webodm.sh bug

pull/76/head
Piero Toffanin 2016-12-15 17:13:50 -05:00
rodzic 8d62807a59
commit e6d6c855ca
1 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -33,8 +33,9 @@ check_command(){
fi fi
echo -e "Checking for $1... $check_msg" echo -e "Checking for $1... $check_msg"
if [[ $not_found ]]; then
return 1 return 1
fi
} }
environment_check(){ environment_check(){