Optimized recover instructions

This commit is contained in:
Kevin Veen-Birkenbach 2023-01-09 13:03:23 +01:00
parent 367d16496a
commit 0f2ef55f1e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Execute:
```bash
bash ./docker-volume-recover.sh "{{volume_name}}" "$(sha256sum /etc/machine-id | head -c 64)"
bash ./docker-volume-recover.sh "{{volume_name}}" "$(sha256sum /etc/machine-id | head -c 64)" "{{version_to_recover}}"
```