We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
root@hostname:~# sb -n ...... The script runs today: ..... root@hostname:~# echo $? 1
目前脚本成功执行后,是以1作为退出码的, 希望遵循Bash对错误码的约定:
"For the shell’s purposes, a command which exits with a zero exit status has succeeded" see ref@https://www.gnu.org/software/bash/manual/html_node/Exit-Status.html
The text was updated successfully, but these errors were encountered:
下次更新的时候处理
Sorry, something went wrong.
No branches or pull requests
目前脚本成功执行后,是以1作为退出码的, 希望遵循Bash对错误码的约定:
The text was updated successfully, but these errors were encountered: