sleep faster
This commit is contained in:
parent
fab4d0a476
commit
dbca66326a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
UPTIME=$(cat /proc/uptime | cut -d. -f1)
|
UPTIME=$(cat /proc/uptime | cut -d. -f1)
|
||||||
MIN_UPTIME=$(expr 60 \* 30)
|
MIN_UPTIME=$(expr 60 \* 10)
|
||||||
if [[ "$UPTIME" -lt "$MIN_UPTIME" ]]
|
if [[ "$UPTIME" -lt "$MIN_UPTIME" ]]
|
||||||
then
|
then
|
||||||
echo "ABORT: uptime ($UPTIME) lower than min ($MIN_UPTIME)"
|
echo "ABORT: uptime ($UPTIME) lower than min ($MIN_UPTIME)"
|
||||||
|
|
Loading…
Reference in a new issue