From 682b60b0871df5f293645c945bd2ff28f17557df Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 28 Jun 2025 11:38:20 -0700 Subject: [PATCH] Ensure valid conditional syntax --- migrations/1751134568.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/migrations/1751134568.sh b/migrations/1751134568.sh index 284ba8f..f1ecd07 100644 --- a/migrations/1751134568.sh +++ b/migrations/1751134568.sh @@ -1,6 +1,7 @@ # Turn on bluetooth service so blueberry works out the box if systemctl is-enabled --quiet bluetooth.service && systemctl is-active --quiet bluetooth.service; then # Bluetooth is already enabled, nothing to change + : else echo "Let's turn on Bluetooth service so the controls work" sudo systemctl enable --now bluetooth.service