mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Fix: Prevent script exit in while-read loop
This commit is contained in:
+1
-1
@@ -913,7 +913,7 @@ if [[ "$process_files" == true ]]; then
|
||||
fi
|
||||
((files_created++))
|
||||
fi
|
||||
done < <(get_changed_files "$repo_dir_path")
|
||||
done < <(get_changed_files "$repo_dir_path") || true
|
||||
done
|
||||
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user