mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-04-10 03:06:26 -04:00
[PR #15] [MERGED] ✨ feat: Improve portability of CasaOS healthcheck script #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/bigbeartechworld/big-bear-scripts/pull/15
Author: @dragonfire1119
Created: 10/23/2024
Status: ✅ Merged
Merged: 10/23/2024
Merged by: @dragonfire1119
Base:
master← Head:update-healthcheck-script📝 Commits (1)
c329a60✨ feat: Improve portability of CasaOS healthcheck script📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
casaos-healthcheck/run.sh(+1 -1)📄 Description
This pull request improves the portability of the CasaOS healthcheck script by replacing the hardcoded shebang
#!/bin/bashwith#!/usr/bin/env bash. This change ensures the script can be executed on systems where the Bash binary is not located at the default path/bin/bash.Summary by CodeRabbit
New Features
Bug Fixes
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.