Formatting
This commit is contained in:
parent
ae73a09e95
commit
d506b986a6
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ SLEEP=30
|
||||||
|
|
||||||
check () {
|
check () {
|
||||||
if [[ -f $STATUS_FILE ]]; then
|
if [[ -f $STATUS_FILE ]]; then
|
||||||
upgrade
|
upgrade
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
|
||||||
curl -s -o /dev/null $MIRROR
|
curl -s -o /dev/null $MIRROR
|
||||||
|
|
Loading…
Reference in a new issue