Skip to content

Switches to tee for safer file redirection in script#338

Merged
1cedsoda merged 1 commit intomasterfrom
337-installinfonix-is-empty
Jun 13, 2025
Merged

Switches to tee for safer file redirection in script#338
1cedsoda merged 1 commit intomasterfrom
337-installinfonix-is-empty

Conversation

@1cedsoda
Copy link
Copy Markdown
Contributor

fix #337

Replaces cat with sudo tee to avoid potential permission issues and ensure proper handling of file redirection when generating installInfo.nix. Redirects output to /dev/null to suppress unnecessary output.

Replaces `cat` with `sudo tee` to avoid potential permission issues and
ensure proper handling of file redirection when generating `installInfo.nix`.
Redirects output to `/dev/null` to suppress unnecessary output.
@1cedsoda 1cedsoda marked this pull request as ready for review June 13, 2025 17:23
@1cedsoda 1cedsoda merged commit 66be2a1 into master Jun 13, 2025
4 checks passed
@1cedsoda 1cedsoda deleted the 337-installinfonix-is-empty branch June 27, 2025 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

installInfo.nix is empty

1 participant