forked from Shinonome/dots-hyprland
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