Skip to content
Snippets Groups Projects
Commit 1fb1c358 authored by Frank Duncan's avatar Frank Duncan
Browse files

Latest pull from trust

parent 64492c16
No related branches found
No related tags found
No related merge requests found
......@@ -72,7 +72,7 @@ if [ ! -d "${DATA_DIR}" ] ; then
rm -rf ${DATA_DIR}/${TMP_ATTACHMENTS_DIR}
fi
if ! echo "2724b7498d656387a960ce9d3c1b70ff34531537 $DATA_DIR/$PROPOSALS_JSON" | sha1sum -c &> /dev/null ; then
if ! echo "ee8f366ddc889e40c9217babaa2e34a100bd98cd $DATA_DIR/$PROPOSALS_JSON" | sha1sum -c &> /dev/null ; then
echo "ERROR: SHA of PROPOSALS_JSON did not match expectation!"
echo "This means that we most likely got a new file, which may have the old"
echo "errors in it (specifically the organization proposal 829)."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment