mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-21 13:23:09 +00:00
add script for public folder creation and periodic user sync
Fixes: https://github.com/zokradonh/kopano-docker/issues/15 Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
exec dockerize \
|
||||
-wait tcp://localhost:236 \
|
||||
-timeout 360s \
|
||||
kopano-storeadm -h default: -P
|
||||
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eo pipefail
|
||||
|
||||
dockerize \
|
||||
-wait tcp://localhost:236 \
|
||||
-timeout 360s
|
||||
while true; do kopano-cli --sync && sleep 3600; done
|
||||
Reference in New Issue
Block a user