mirror of
https://github.com/optim-enterprises-bv/Mailu-OIDC.git
synced 2025-10-29 01:02:36 +00:00
Fix purge_user.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# get id of running admin container
|
# get id of running admin container
|
||||||
admin="$(docker compose ps admin --format=json | jq -r '.[].ID')"
|
admin="$(docker compose ps admin --format=json | jq -r '.ID')"
|
||||||
if [[ -z "${admin}" ]]; then
|
if [[ -z "${admin}" ]]; then
|
||||||
echo "Sorry, can't find running mailu admin container."
|
echo "Sorry, can't find running mailu admin container."
|
||||||
echo "You need to start this in the path containing your docker-compose.yml."
|
echo "You need to start this in the path containing your docker-compose.yml."
|
||||||
|
|||||||
1
towncrier/newsfragments/3238.bugfix
Normal file
1
towncrier/newsfragments/3238.bugfix
Normal file
@@ -0,0 +1 @@
|
|||||||
|
Fix purge_user.sh
|
||||||
Reference in New Issue
Block a user