aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Dolbec dolsen <dolsen@gentoo.org>2018-08-15 20:45:24 -0700
committerBrian Dolbec dolsen <dolsen@gentoo.org>2018-08-15 20:45:24 -0700
commitd8bcd6d2ccccd0c7a2fc5769108ac338f2446625 (patch)
tree0efe7334b3a6ae869a1840ec319e3bdea192af84
parentgkeys actions.py: Add unique devs pass/fail tracking to spec-check (diff)
downloadgentoo-keys-d8bcd6d2ccccd0c7a2fc5769108ac338f2446625.tar.gz
gentoo-keys-d8bcd6d2ccccd0c7a2fc5769108ac338f2446625.tar.bz2
gentoo-keys-d8bcd6d2ccccd0c7a2fc5769108ac338f2446625.zip
gkeys-ldap update-seeds.sh: Fix the HAS_UPDATES conditionalHEADmaster
-rwxr-xr-xgkeys-ldap/bin/update-seeds.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gkeys-ldap/bin/update-seeds.sh b/gkeys-ldap/bin/update-seeds.sh
index 171052c..41a3ad8 100755
--- a/gkeys-ldap/bin/update-seeds.sh
+++ b/gkeys-ldap/bin/update-seeds.sh
@@ -62,7 +62,7 @@ elif [[ "${FORCE}" == "force" ]] ; then
HAS_UPDATES=true
fi
-if [[ "${HAS_UPDATES}" ]] ; then
+if [[ ${HAS_UPDATES} == true ]] ; then
echo " *** Updating old seeds with a new one"
# copy seeds to gkey-seeds
echo " ... cp ${GKEYS_SEEDS} ${API_DIR}/${API_SEEDS}"