]> git.ipfire.org Git - people/jschlag/ipfire-3.x-image.git/commitdiff
Initialize the IMAGE_RELEASE var to false
authorJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 23 Jun 2019 13:12:42 +0000 (15:12 +0200)
committerJonatan Schlag <jonatan.schlag@ipfire.org>
Sun, 23 Jun 2019 13:12:42 +0000 (15:12 +0200)
Signed-off-by: Jonatan Schlag <jonatan.schlag@ipfire.org>
functions.sh

index f6c530e676e2fd2992bc9d3c880924b31c3507db..61c2dcb0f87f98713bc42c157322c8898bbbfbca 100644 (file)
@@ -18,6 +18,8 @@ EXIT_UNKNOWN=2
 TRUE=0
 FALSE=1
 
+IMAGE_RELEASE=${FALSE}
+
 # Functions
 
 log() {