From 62903adfe19e53a059f4b3406f03e64c58b2d4d7 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 11 Apr 2022 13:19:12 -0400 Subject: [PATCH] Fixed bug in checking for bluetooth. --- configure-stormux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure-stormux.sh b/configure-stormux.sh index 41e8195..3a69274 100755 --- a/configure-stormux.sh +++ b/configure-stormux.sh @@ -91,7 +91,7 @@ while [[ "$choice" != "Exit" ]]; do "Change username" "Configure internet" ) - if [[ "$(systemctl is-active bluetooth)" == "active" ]] && [[ "${architecture}" == "aarch64" ]]; then + if [[ "$(systemctl is-active bluetooth)" == "inactive" ]] && [[ "${architecture}" == "aarch64" ]]; then options+=("Enable Bluetooth") fi options+=("Install Lxqt Desktop"