1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-20 18:27:23 +01:00

Rename tools/mail.py to management/cli.py

This commit is contained in:
Joshua Tauberer
2020-10-29 15:10:11 -04:00
parent 1f0e493b8c
commit ac9ecc3bd3
4 changed files with 32 additions and 24 deletions

View File

@@ -324,7 +324,7 @@ rm -f /etc/cron.hourly/mailinabox-owncloud
# and there's a lot they could mess up, so we don't make any users admins of Nextcloud.
# But if we wanted to, we would do this:
# ```
# for user in $(tools/mail.py user admins); do
# for user in $(management/cli.py user admins); do
# sqlite3 $STORAGE_ROOT/owncloud/owncloud.db "INSERT OR IGNORE INTO oc_group_user VALUES ('admin', '$user')"
# done
# ```