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