From beab896ca31ce6f6ce775a03d259a826cbbec1ed Mon Sep 17 00:00:00 2001 From: Dimitri Enns Date: Mon, 16 Aug 2021 21:24:12 +0200 Subject: [PATCH] Whiptail update && chmod +x --- officetime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 officetime.sh diff --git a/officetime.sh b/officetime.sh old mode 100644 new mode 100755 index eb3804e..23d5dee --- a/officetime.sh +++ b/officetime.sh @@ -99,7 +99,7 @@ function write () { lockfile clear } -CHOICES=$(whiptail --menu "Wähle dein Arbeitsmodell!" 18 100 10 \ +CHOICES=$(whiptail --menu "Wähle dein Arbeitsmodell!" 18 60 10 \ "1" "HomeOffice" \ "2" "Büro" \ "3" "Bereitschaft" \ -- GitLab