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

let needs double-quoted strings

parent a4892674
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,7 @@ zenity --question \
--cancel-label="No, thanks" && firefox http://localhost:1301/ &
# Wait the end of the run
let 'run_duration_seconds = ${run_duration} * 60'
let "run_duration_seconds = ${run_duration} * 60"
sleep ${run_duration_seconds}
log "Run ${run_number} finished."
......
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