Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: improve file deletion in command_stop.sh
The code change refactors the file deletion process in the command_stop.sh script. Instead of using an empty redirect, it now directly removes the specified lock file. This improves clarity and ensures proper cleanup when stopping a command.
- Loading branch information