Skip to content
New issue

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

scripts:gen_sg2042_image:avoid returning non-zero value on exit #140

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

Chunzhi-Lin
Copy link
Contributor

When CHIP_NUM=single, [ -e /etc/systemd/system/powergood.service] return 1, this will be considered as a compilation problem and exit directly because the building environment has executed 'set -e'.

When CHIP_NUM=single, [ -e /etc/systemd/system/powergood.service] return 1,
this will be considered as a compilation problem and exit directly because the building environment has executed 'set -e'.

Signed-off-by: chunzhi.lin <[email protected]>
@xingxg2022 xingxg2022 merged commit 133e2f4 into sophgo:master Nov 19, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants