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:
@@ -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
|
||||
Reference in New Issue
Block a user