Explorar el Código

Use the force, Luke.

Signed-off-by: Maximilian Wilhelm <max@rfc2324.org>
Maximilian Wilhelm hace 7 años
padre
commit
122529d9fe
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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