From 52f28e0425fa88c2bdd2ab5a246f4f080a8e3339 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Mon, 14 Nov 2016 17:13:05 -0800 Subject: [PATCH] Fix location of Manifest.MoM for signing Signed-off-by: Tudor Marcu --- helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helpers b/helpers index cad2bc5..093bc24 100644 --- a/helpers +++ b/helpers @@ -83,7 +83,7 @@ install_cert() { sign_manifest_mom() { if [ -f "$CERT" ]; then - sudo openssl smime -sign -binary -in update/www/$MIXVER/Manifest.MoM \ + sudo openssl smime -sign -binary -in $STATE_DIR/www/$MIXVER/Manifest.MoM \ -signer $CERT -inkey private.pem \ -outform DER -out update/www/$MIXVER/Manifest.MoM.sig fi