armbian-next: fix quoting of retry var (cosmetic)
- this commit is proof of OCD
This commit is contained in:
parent
d24f363187
commit
df058ea3f1
@ -17,7 +17,7 @@ function do_with_retries() {
|
||||
display_alert "Command failed, retrying in ${sleep_seconds}s" "$*" "warn"
|
||||
fi
|
||||
unset RETRY_RUNS
|
||||
sleep ${sleep_seconds}
|
||||
sleep "${sleep_seconds}"
|
||||
done
|
||||
display_alert "Command failed ${counter} times, giving up" "$*" "warn"
|
||||
return 1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user