Skip to content
Snippets Groups Projects
Commit cf33ab15 authored by wu-lee's avatar wu-lee
Browse files

mastodon_db_backup.sh - remove debug echo

parent 76ccf5de
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,5 @@ backup() {
# Iterate over all matching container names
for cname in $(docker container ls -f name=$container --format '{{.Names}}')
do
echo backup $cname
backup $cname
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment