Skip to content

Commit bee626b

Browse files
committed
fix(debian): Fixes default config when password contains special chars.
1 parent 73de89c commit bee626b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debian/postinst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ case "$1" in
8888
HOSTNAME=localhost
8989
DOMAIN=\"auth.$JVB_HOSTNAME\"
9090
USERNAME=jvb
91-
PASSWORD=$JVB_SECRET
91+
PASSWORD=\"$JVB_SECRET\"
9292
MUC_JIDS=\"[email protected].$JVB_HOSTNAME\"
9393
MUC_NICKNAME=$(uuidgen)
9494
}

0 commit comments

Comments
 (0)