Add openssl in check_command
This commit is contained in:
parent
b0d915e881
commit
d04363892c
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ check_command(){
|
||||||
command -v "$1" > /dev/null
|
command -v "$1" > /dev/null
|
||||||
}
|
}
|
||||||
|
|
||||||
for command in $TOOTCTL curl grep awk cut sort; do
|
for command in $TOOTCTL curl grep awk cut sort openssl; do
|
||||||
check_command "$command" || (echo "$command not found, exiting..."; exit 1)
|
check_command "$command" || (echo "$command not found, exiting..."; exit 1)
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue