Solved path bug and optimized readme.md

This commit is contained in:
Kevin Veen-Birkenbach
2021-11-11 13:47:17 +01:00
parent ebab64549d
commit 403108ee34
2 changed files with 6 additions and 23 deletions

View File

@@ -3,7 +3,7 @@
# @param $2 Hash-Name
volume_name="$1"
backup_hash="$2"
backup_path="/Backups/$backup_hash/docker-volume-backup/latest/$volume_name"
backup_path="/Backups/$backup_hash/docker-volume-backup/latest/$volume_name/raw"
echo "Inspect volume $volume_name"
docker volume inspect "$volume_name"
exit_status_volume_inspect=$?