mirror of
https://github.com/bigbeartechworld/big-bear-scripts.git
synced 2026-05-11 18:32:24 -04:00
[PR #15] ✨ feat: Improve portability of CasaOS healthcheck script #17
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?
Original Pull Request: https://github.com/bigbeartechworld/big-bear-scripts/pull/15
State: closed
Merged: Yes
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