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

Logic correction

parent 2aff9d95
No related branches found
No related tags found
No related merge requests found
...@@ -114,7 +114,7 @@ while [ 1 ]; do ...@@ -114,7 +114,7 @@ while [ 1 ]; do
--column="Minutes" \ --column="Minutes" \
FALSE Cancel FALSE 5 TRUE 10 FALSE 20` FALSE Cancel FALSE 5 TRUE 10 FALSE 20`
if [ "${run_duration}" == "Cancel" ]; then if [ "${run_duration}" != "Cancel" ]; then
break break
fi fi
......
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