Skip to content

Commit fb67dcc

Browse files
Christian Berendtyoctozepto
authored andcommitted
horizon: set FORCE_GENERATE to no if not set
Signed-off-by: Christian Berendt <[email protected]> Change-Id: I303ee5367aba0ae114e52b7b559faf06133f2304 (cherry picked from commit b2d8883)
1 parent d945460 commit fb67dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/horizon/extend_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -o errexit
44

5-
FORCE_GENERATE="${FORCE_GENERATE}"
5+
FORCE_GENERATE="${FORCE_GENERATE:-no}"
66
HASH_PATH=/var/lib/kolla/.settings.md5sum.txt
77

88
if [[ ${KOLLA_INSTALL_TYPE} == "binary" ]]; then

0 commit comments

Comments
 (0)