use : here as continue does not make sense
This commit is contained in:
parent
2160e9be1e
commit
0fd8d4045d
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
||||||
## Check that pkl is newer than old pkl
|
## Check that pkl is newer than old pkl
|
||||||
if [ /srv/mirrorlist/data/mirrorlist1/mirrorlist_cache.pkl -nt /srv/mirrorlist/data/mirrorlist2/mirrorlist_cache.pkl ]; then
|
if [ /srv/mirrorlist/data/mirrorlist1/mirrorlist_cache.pkl -nt /srv/mirrorlist/data/mirrorlist2/mirrorlist_cache.pkl ]; then
|
||||||
# new pkl
|
# new pkl
|
||||||
continue
|
:
|
||||||
else
|
else
|
||||||
# No new pkl
|
# No new pkl
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue