From 522c9d5c12b9d225d59559e4e3ab74020074e769 Mon Sep 17 00:00:00 2001
From: Carmelo Pellegrino <carmelo.pellegrino@gmail.com>
Date: Mon, 1 Jun 2015 17:50:26 +0200
Subject: [PATCH] 8h run duration added

---
 patch-control.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/patch-control.sh b/patch-control.sh
index aeffec4..72367cc 100755
--- a/patch-control.sh
+++ b/patch-control.sh
@@ -152,7 +152,7 @@ while [ 1 ]; do
                        --radiolist \
                        --column="Selection" \
                        --column="Minutes" \
-                       FALSE 5 TRUE 10 FALSE 20`
+                       FALSE 5 TRUE 10 FALSE 20 FALSE 480`
 
   if [ "${run_duration}" == "" ]; then
     continue
-- 
GitLab