mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
parent
556f93827a
commit
1d21679b3f
1 changed files with 2 additions and 1 deletions
|
@ -523,7 +523,8 @@ function show_link {
|
||||||
}
|
}
|
||||||
|
|
||||||
main() {
|
main() {
|
||||||
if [ "$1" == "install" ] || [ "$1" == "configure" ]; then
|
|
||||||
|
if [ "$1" == "install" ] || [ "$1" == "configure" ] || [ "$1" == "detect" ]; then
|
||||||
if [ "${SILENT}" == "false" ]; then
|
if [ "${SILENT}" == "false" ]; then
|
||||||
which whiptail > /dev/null
|
which whiptail > /dev/null
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue