Fix shellcheck
This commit is contained in:
@@ -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";
|
||||
'';
|
||||
};
|
||||
|
Reference in New Issue
Block a user