mirror of
https://github.com/offen/docker-volume-backup.git
synced 2025-05-29 22:07:31 +02:00
6 lines
38 B
Bash
6 lines
38 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
echo "all is well"
|