update recovered sdlc git repo

This commit is contained in:
andreas
2024-02-11 11:54:51 +00:00
parent f808ebae4a
commit 6b2eb41193
82 changed files with 3903 additions and 53 deletions

View File

@@ -2,4 +2,11 @@
set -e
chown kopano:kopano /var/lib/kopano/attachments
# runas user kopano
env
cp -rp /root/etc/kopano/* /etc/kopano
for $F in $(find /root/etc/kopano -name '*.cfg' -type f)
do
envsubst <$F >/etc/kopano/${F##*/}
diff $F /etc/kopano/${F##*/}
done
exec "$@"