need $ for vars

This commit is contained in:
m0duspwnens
2023-08-30 10:32:13 -04:00
parent 8381fa1d42
commit b14614ae53

View File

@@ -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