From 156d4991a4664f00f5d4c1661dce47f0f09e8caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torjus=20H=C3=A5kestad?= Date: Sun, 2 Jun 2024 22:26:08 +0200 Subject: [PATCH] Fix shellcheck --- backup.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup.nix b/backup.nix index 1accf0a..81291db 100644 --- a/backup.nix +++ b/backup.nix @@ -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"; ''; };