From 16f40330b87303341c3e2600ef16c15809dabbbe Mon Sep 17 00:00:00 2001 From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com> Date: Thu, 18 Jun 2015 17:01:17 +0200 Subject: [PATCH] very long duration and very little duty cycle added as options --- patch-control.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch-control.sh b/patch-control.sh index 7bb4a37..1aff73c 100755 --- a/patch-control.sh +++ b/patch-control.sh @@ -152,7 +152,7 @@ while [ 1 ]; do --column="Duration" \ --hide-column=2 \ --cancel-label=Back \ - FALSE 5 "5 minutes" TRUE 10 "10 minutes" FALSE 20 "20 minutes" FALSE 240 "4 hours" FALSE 480 "8 hours"` + FALSE 5 "5 minutes" TRUE 10 "10 minutes" FALSE 20 "20 minutes" FALSE 240 "4 hours" FALSE 480 "8 hours" FALSE 900 "15 hours"` if [ "${run_duration}" == "" ]; then continue @@ -169,7 +169,7 @@ while [ 1 ]; do --column="Duty cycle" \ --hide-column=2 \ --cancel-label=Back \ - TRUE 1 100% FALSE 2 50% FALSE 10 10% FALSE 20 5%` + TRUE 1 100% FALSE 2 50% FALSE 10 10% FALSE 20 5% FALSE 50 2%` if [ "${duty_cycle}" == "" ]; then continue -- GitLab