Fix shellcheck

This commit is contained in:
Torjus Håkestad 2024-06-02 22:26:08 +02:00
parent b1b6f77ca7
commit 156d4991a4

View File

@ -13,7 +13,7 @@ let
exit 1;
fi
echo "Starting backup.";
path="$(systemd-escape -u --path \"$1\")";
path="$(systemd-escape -u --path "$1")";
restic backup "$path";
'';
};