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 73de89c commit bee626bCopy full SHA for bee626b
debian/postinst
@@ -88,7 +88,7 @@ case "$1" in
88
HOSTNAME=localhost
89
DOMAIN=\"auth.$JVB_HOSTNAME\"
90
USERNAME=jvb
91
- PASSWORD=$JVB_SECRET
+ PASSWORD=\"$JVB_SECRET\"
92
MUC_JIDS=\"[email protected].$JVB_HOSTNAME\"
93
MUC_NICKNAME=$(uuidgen)
94
}
0 commit comments