From 3a028691e2c03c25807ae1c1c40da0e60ba90f84 Mon Sep 17 00:00:00 2001 From: Tudor Marcu Date: Thu, 31 Mar 2016 13:39:26 -0700 Subject: [PATCH] Add format flag to swupd_create_update call Signed-off-by: Tudor Marcu --- create-update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-update.sh b/create-update.sh index 0ed543a97..a0b37507b 100755 --- a/create-update.sh +++ b/create-update.sh @@ -72,7 +72,7 @@ if [ ! -d "$STATE_DIR/www/version/format$FORMAT" ]; then fi # step 1: create update content for current mix -sudo -E "$PREFIX"swupd_create_update -S "$STATE_DIR" --osversion $MIXVER +sudo -E "$PREFIX"swupd_create_update -S "$STATE_DIR" -F "$FORMAT" --osversion $MIXVER # step 2: create fullfiles sudo -E "$PREFIX"swupd_make_fullfiles -S "$STATE_DIR" $MIXVER