fix scripts

This commit is contained in:
2026-06-12 11:41:32 -07:00
parent 85f81a4c80
commit ce49a860e9
2 changed files with 66 additions and 12 deletions

View File

@@ -215,7 +215,7 @@ for f in "${FILES[@]}"; do
if [ "$DRY_RUN" = false ]; then
mkdir -p "$dest"
mv -n "$f" "$dest"
mv -f "$f" "$dest"
fi
case "$cat" in