Skip to content

Commit e1cc494

Browse files
authored
all for non binary packages (#70)
* all for non binary packages * fix api key generation message
1 parent e15925d commit e1cc494

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ Build-Depends: debhelper, bash
55
Package: crowdsec-openresty-bouncer
66
Provides: crowdsec-openresty-bouncer
77
Description: lua-based openresty bouncer for Crowdsec
8-
Architecture: any
8+
Architecture: all
99
Depends: bash, openresty, openresty-opm, gettext-base

debian/postinst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if [ "$1" = "configure" ]; then
5252
API_KEY_REQUIRED=true
5353
API_KEY="<API_KEY>"
5454
else
55+
API_KEY_REQUIRED=false
5556
echo "API Key : ${API_KEY}"
5657
TMP=$(mktemp -p /tmp/)
5758
cp ${BOUNCER_CONFIG_PATH} "${TMP}"

0 commit comments

Comments
 (0)