mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-21 21:33:02 +00:00
update ldap base
add another fix to version.sh Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
+5
-1
@@ -16,6 +16,8 @@ if [ -e ./.env ]; then
|
||||
sed -i '/SASLAUTHD_LDAP_FILTER/s/^/#/g' "$tmpfile"
|
||||
# shellcheck disable=SC1090
|
||||
source "$tmpfile"
|
||||
else
|
||||
tmpfile="undefined"
|
||||
fi
|
||||
|
||||
case $component in
|
||||
@@ -54,4 +56,6 @@ filename=$(h5ai_query "$component")
|
||||
currentVersion=$(version_from_filename "$filename")
|
||||
|
||||
echo "$currentVersion"
|
||||
rm "$tmpfile"
|
||||
if [ -e "$tmpfile" ]; then
|
||||
rm "$tmpfile"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user