fix
This commit is contained in:
parent
c5696f2246
commit
a384efb6c6
1 changed files with 1 additions and 2 deletions
|
|
@ -9,5 +9,4 @@ target_epoch=$(date -d $until_time +%s)
|
||||||
|
|
||||||
sleep_seconds=$(( $target_epoch - $current_epoch ))
|
sleep_seconds=$(( $target_epoch - $current_epoch ))
|
||||||
|
|
||||||
echo $sleep_seconds
|
sleep $sleep_seconds
|
||||||
# sleep $sleep_seconds
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue