commit 074d78d138115ba89530947e5d8b5819773fd960
parent 8a66ff2cdcfc0588566bb07a18685eb0ef29018b
Author: breadcat <breadcat@users.noreply.github.com>
Date: Thu, 30 Jul 2026 15:49:55 +0100
typo fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/tank-sort.nix b/scripts/tank-sort.nix
@@ -21,7 +21,7 @@ let
cleanup() {
echo "Cleaning up..."
if [ -n "''${RCLONE_PID:-}" ]; then
- kill "$RCLONE_PID" 2>/dev/null || tru
+ kill "$RCLONE_PID" 2>/dev/null || true
wait "$RCLONE_PID" 2>/dev/null || true
fi
if mountpoint -q "$temp_mount" 2>/dev/null; then