Fix shellcheck
This commit is contained in:
parent
b1b6f77ca7
commit
156d4991a4
@ -13,7 +13,7 @@ let
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi
|
fi
|
||||||
echo "Starting backup.";
|
echo "Starting backup.";
|
||||||
path="$(systemd-escape -u --path \"$1\")";
|
path="$(systemd-escape -u --path "$1")";
|
||||||
restic backup "$path";
|
restic backup "$path";
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user