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
if [ /srv/mirrorlist/data/mirrorlist1/mirrorlist_cache.pkl -nt /srv/mirrorlist/data/mirrorlist2/mirrorlist_cache.pkl ]; then
# new pkl
continue
:
else
# No new pkl
exit 0