Skip to content

Commit f8a63d1

Browse files
authored
Merge pull request #79 from crowdsecurity/fix/60
fix issue #60
2 parents ef8fdc6 + 32c57d0 commit f8a63d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

debian/postinst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ if [ "$1" = "configure" ]; then
4040
API_KEY_REQUIRED=true
4141
API_KEY="<API_KEY>"
4242
else
43+
API_KEY_REQUIRED=false
4344
echo "API Key : ${API_KEY}"
4445
TMP=$(mktemp -p /tmp/)
4546
cp ${BOUNCER_CONFIG_PATH} "${TMP}"

0 commit comments

Comments
 (0)