Explorar o código

- 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 !
Lauri Ojansivu %!s(int64=6) %!d(string=hai) anos
pai
achega
7f941840cb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      snap-src/bin/wekan-read-settings

+ 1 - 1
snap-src/bin/wekan-read-settings

@@ -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"