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…
Reference in a new issue