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