Skip to content
Snippets Groups Projects
Commit 0527ff70 authored by Carmelo Pellegrino's avatar Carmelo Pellegrino
Browse files

more durations added and with better namings

parent 522c9d5c
No related branches found
No related tags found
No related merge requests found
......@@ -148,11 +148,13 @@ while [ 1 ]; do
run_duration=`zenity --title "Run duration (at $(date))" \
--list \
--text "Select one of the following duration [minutes]:" \
--text "Select one of the following duration:" \
--radiolist \
--column="Selection" \
--column="Minutes" \
FALSE 5 TRUE 10 FALSE 20 FALSE 480`
--column="Duration" \
--hide-column=2 \
FALSE 5 "5 minutes" TRUE 10 "10 minutes" FALSE 20 "20 minutes" FALSE 240 "4 hours" FALSE 480 "8 hours"`
if [ "${run_duration}" == "" ]; then
continue
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment