Skip to content
Snippets Groups Projects
Commit 1da5e74e authored by godog's avatar godog
Browse files

base: fix tabacco restore target

parent 7929fbe4
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ if [ "x${ds}" = "x[]" ]; then
echo "nothing to restore, skipping..." >&2
else
echo "starting restore of ${ds_pattern}..." >&2
tabacco restore "${ds_pattern}"
tabacco restore --target / "${ds_pattern}"
if [ $? -gt 0 ]; then
echo "ERROR: restore failed!" >&2
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment