small bug fixes

This commit is contained in:
Rokosun 2022-09-20 01:09:11 +02:00
parent 1a1819cf05
commit dfb1f44cbe
1 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@ fixfiles() {
[ -f "$flatpak_global/$name" ] ||
[ -f "$flatpak_local/$name" ] ||
[ -f "$snap/$name" ] ||
mv "$file" "$bakdir/$file.bak"
mv "$file" "$bakdir/$name.bak"
done < "$data"
[ "$copied" = 'true' ] && [ "$(stat -c '%Y' "$data")" = "$lastmod" ] && sort "$tmp" | uniq > "$data"
@ -65,6 +65,9 @@ for dir in "$user" "$pacman_global" "$pacman_local" "$flatpak_global" "$flatpak_
[ -d "$dir" ] && existing_dirs=("${existing_dirs[@]}" "$dir")
done
detectfiles
fixfiles
while read -r line; do
if [ "$line" = "$user/" ]; then
detectfiles