From 0fd8d4045db40e438ac5dba1458a60384f331b01 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 9 Feb 2017 01:30:05 +0000 Subject: [PATCH] use : here as continue does not make sense --- .../mirrorlist_proxy/files/restart-mirrorlist-containers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/mirrorlist_proxy/files/restart-mirrorlist-containers b/roles/mirrormanager/mirrorlist_proxy/files/restart-mirrorlist-containers index 42fad3c9a9..153cef58d9 100644 --- a/roles/mirrormanager/mirrorlist_proxy/files/restart-mirrorlist-containers +++ b/roles/mirrormanager/mirrorlist_proxy/files/restart-mirrorlist-containers @@ -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