Skip to content

Conversation

@MickLesk
Copy link
Member

✍️ Description

1.) Replaces various forms of 'Updated Successfully' with 'Update Successfully!' across multiple container setup scripts for consistency. Also includes minor formatting and message improvements in several scripts.

2.) Replaces old "Stopping APP" to "Stopping Service"

3.) minor bugfixes & improvements

=> No Function Changes, No Core Changes, No Script-Logic Changes, only Typo / Sentences

🔗 Related PR / Issue

Link: #

✅ Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 Bug fix – Resolves an issue without breaking functionality.
  • New feature – Adds new, non-breaking functionality.
  • 💥 Breaking change – Alters existing functionality in a way that may require updates.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

Replaces various forms of update completion messages with a consistent 'Update Successfully!' or 'msg_ok "Update Successfully!"' across all update_script functions in container management scripts. This improves user experience by providing uniform feedback after updates.
Replaces various forms of 'Updated Successfully' with 'Update Successfully!' across multiple container setup scripts for consistency. Also includes minor formatting and message improvements in several scripts.
@MickLesk MickLesk requested a review from a team as a code owner October 30, 2025 12:19
@github-actions github-actions bot added feature update script A change that updates a script labels Oct 30, 2025
Replaces all instances of 'Update Successfully!' with 'Update successfully!' across multiple update_script functions in various service scripts for consistency in user-facing messages.
Replaces 'exit 1' with 'exit' in multiple container update scripts to standardize exit behavior on error conditions. This change ensures scripts exit with the default status code when encountering errors, improving consistency across all update scripts.
Replaces 'exit' with 'exit 0' in update_script functions across multiple Alpine service scripts to ensure a successful exit status is returned after updates. This improves script clarity and reliability.
@tremor021 tremor021 merged commit be7d070 into main Oct 30, 2025
2 checks passed
@tremor021 tremor021 deleted the harmonize_updateend_message branch October 30, 2025 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature update script A change that updates a script

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants