Skip to content

Conversation

@yungwine
Copy link
Collaborator

@yungwine yungwine commented Jul 7, 2025

No description provided.

@yungwine yungwine merged commit a9f424b into ton-blockchain:dev Jul 7, 2025
@yungwine yungwine requested a review from Copilot July 7, 2025 10:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the upgrade script to avoid deleting local configuration files during cleanup by broadening the hidden pattern.

  • Changed ls --hide pattern to exclude all *.config.json files.
  • Maintained removal of other artifacts via rm -rf.
Comments suppressed due to low confidence (1)

mytonctrl/scripts/upgrade.sh:86

  • The --hide option is a GNU ls extension and may not be available on all platforms (e.g., BSD/macOS). For portability, prefer a find-based approach to filter out *.config.json across environments.
ls --hide="*.config.json" | xargs -d '\n' rm -rf

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.

1 participant