mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 13:30:02 +08:00
Typo
This commit is contained in:
parent
59e873c338
commit
64249eb2d2
@ -121,7 +121,7 @@ echo "elapsed: $elapsed"
|
||||
if (( delay > elapsed )); then
|
||||
difference=$((delay-elapsed))
|
||||
echo "firstdiff: $difference"
|
||||
float=$(echo | awk -v diff=\""$(difference)\"" '{print diff * 0.001}')
|
||||
float=$(echo | awk -v diff=\""$difference\"" '{print diff * 0.001}')
|
||||
echo "Elapsed time: $elapsed, difference: $float"
|
||||
sleep $difference
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user