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

add 'set -e' to ensure script termination on error #468

Merged
merged 1 commit into from
Mar 30, 2024

Conversation

mevemo
Copy link
Contributor

@mevemo mevemo commented Mar 24, 2024

This change modifies the script's shebang to include the '-e' option, ensuring that the script exits immediately if a command exits with a non-zero status. This enhancement aims to improve the robustness and reliability of the installation process by preventing the script from continuing execution in the event of an error, which could lead to incomplete or incorrect installations.

This change modifies the script's shebang to include the '-e' option, ensuring that the script exits immediately if a command exits with a non-zero status. This enhancement aims to improve the robustness and reliability of the installation process by preventing the script from continuing execution in the event of an error, which could lead to incomplete or incorrect installations.
@mevemo mevemo changed the title Adding 'set -e' to ensure script termination on error add 'set -e' to ensure script termination on error Mar 24, 2024
@hiro-v hiro-v requested review from hiento09 and hiro-v March 30, 2024 17:50
@hiro-v hiro-v merged commit 10495eb into janhq:main Mar 30, 2024
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