Browse Source

Use the force, Luke.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm 7 years ago
parent
commit
122529d9fe
1 changed files with 1 additions and 0 deletions
  1. 1 0
      firmware/update-firmware

+ 1 - 0
firmware/update-firmware

@@ -31,6 +31,7 @@ function createChangelog {
 }
 
 [ -n "${FIRMWARE_DIR}" ] || FIRMWARE_DIR=${DEFAULT_DIR}
+[ -n "${FORCE}" ] || FORCE=0
 [ -n "${BRANCHES}" ] || BRANCHES=${DEFAULT_BRANCHES}
 [ -n "${VERBOSE}" ] || VERBOSE=0