From f6b6c1e8379db5ec73c242b7edaa8b7e8dcd96be Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 15 Oct 2018 23:28:33 +0200 Subject: [PATCH] menu headline --- home.admin/00settingsMenuServices.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home.admin/00settingsMenuServices.sh b/home.admin/00settingsMenuServices.sh index 7eeb00156..a3a174408 100644 --- a/home.admin/00settingsMenuServices.sh +++ b/home.admin/00settingsMenuServices.sh @@ -4,10 +4,10 @@ source /mnt/hdd/raspiblitz.conf # show select dialog -CHOICES=$(dialog --checklist "Choose OS:" 15 40 5 \ +CHOICES=$(dialog --checklist "Activate/Deactivate Services:" 15 40 5 \ 1 "Channel Autopilot" ${autoPilot} \ 2>&1 >/dev/tty) -#CHOICES=$(dialog --checklist "Choose OS:" 15 40 5 \ +#CHOICES=$(dialog --checklist "Activate/Deactivate Services:" 15 40 5 \ #1 "Channel Autopilot" ${autoPilot} \ #2 "Seed Torrent Blockchain" ${torrentSeeding} \ #3 "RTL Webinterface" ${rtlWebinterface} \