diff options
-rwxr-xr-x | gkeys-ldap/bin/update-seeds.sh | 2 |
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}" |