You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-09-16 09:06:32 +02:00
Fix purge_user.sh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 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
|
||||
echo "Sorry, can't find running mailu admin container."
|
||||
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