mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 01:02:46 +01:00
need $ for vars
This commit is contained in:
@@ -334,7 +334,7 @@ if [[ $is_desktop ]]; then
|
||||
fi
|
||||
|
||||
whiptail_desktop_install
|
||||
if ! is_desktop_grid; then
|
||||
if ! $is_desktop_grid; then
|
||||
if [[ $is_desktop_iso ]]; then
|
||||
if whiptail_desktop_nongrid_iso; then
|
||||
# Remove setup from auto launching
|
||||
|
||||
Reference in New Issue
Block a user