1
0
mirror of https://github.com/zokradonh/kopano-docker.git synced 2026-08-11 16:32:59 +00:00

Remove "missing store" script (#428)

Formatting of kopano-storeadm was changed and script no longer works

Signed-off-by: Felix Bartels <felix@host-consultants.de>
This commit is contained in:
Felix Bartels
2020-08-12 16:29:56 +02:00
committed by GitHub
parent 2f47290a12
commit f48b0e4374
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -1,5 +0,0 @@
#!/bin/bash
for kuser in $(kopano-storeadm -O | grep -A999999999 "Entities without stores:" | tail -n +4 | awk '{print $2}'); do
kopano-storeadm -n "$kuser" -C
done