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

for a not understood reason in the previous implementation zenity was hanging

parent c5bdf400
No related branches found
No related tags found
No related merge requests found
......@@ -127,9 +127,9 @@ done
# Wait 10 seconds
i=0;
while [ $i -lt 100 ]; do
let "i = $i + 10"
echo $i
sleep 1
let "i = $i + 10"
done | zenity --progress \
--auto-close \
--text="You have 10 seconds to cancel the current operation:\nrunsetup: ${rs_file}\nduration: ${run_duration}" \
......
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