mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
- Additional fix to [Impossible to connect to LDAP if UserDN contain space(s)](https://github.com/wekan/wekan/issues/1970).
Thanks to Akuket and xet7 !
This commit is contained in:
parent
b4670f12a5
commit
7f941840cb
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ do
|
|||
value=$(snapctl get ${!snappy_key})
|
||||
if [ "x$value" == "x" ]; then
|
||||
echo -e "$key=${!default_value} (default value)"
|
||||
export $key=${!default_value}
|
||||
export $key="${!default_value}"
|
||||
else
|
||||
echo -e "$key=$value"
|
||||
export $key="$value"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue