We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85ef11 commit 826498bCopy full SHA for 826498b
1 file changed
debian/postinst
@@ -52,6 +52,7 @@ if [ "$1" = "configure" ]; then
52
API_KEY_REQUIRED=true
53
API_KEY="<API_KEY>"
54
else
55
+ API_KEY_REQUIRED=false
56
echo "API Key : ${API_KEY}"
57
TMP=$(mktemp -p /tmp/)
58
cp ${BOUNCER_CONFIG_PATH} "${TMP}"
0 commit comments