use : here as continue does not make sense

This commit is contained in:
Kevin Fenzi 2017-02-09 01:30:05 +00:00
parent 2160e9be1e
commit 0fd8d4045d

View file

@ -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