Skip to content

Fixed README sed command to stop creating .bak files - #4

Open
Uvais81 wants to merge 1 commit into
routerarchitects:release/v1.0.0from
Uvais81:fix/readme-remove-bak-files
Open

Fixed README sed command to stop creating .bak files#4
Uvais81 wants to merge 1 commit into
routerarchitects:release/v1.0.0from
Uvais81:fix/readme-remove-bak-files

Conversation

@Uvais81

@Uvais81 Uvais81 commented Mar 24, 2026

Copy link
Copy Markdown

Summary
The README currently uses sed -i.bak for hostname replacement, which creates .bak backup files for every modified file. This PR updates the command to use sed -i so that files are updated in place without generating unnecessary backup files.

Changes Made

  • Replaced sed -i.bak with sed -i in the hostname replacement command
  • Kept the command behavior the same (only removed backup file creation)

Benefits

  • Cleaner workspace (no extra .bak files)
  • Simpler and clearer setup process
  • No impact on existing functionality

Signed-off-by: Uvais <mohammad12.uvais@routerarchitects.com>
@TarunaChaudhary-RA
TarunaChaudhary-RA requested review from TarunaChaudhary-RA and njonty and removed request for TarunaChaudhary-RA March 25, 2026 05:54
@TarunaChaudhary-RA TarunaChaudhary-RA added the documentation Improvements or additions to documentation label Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants