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

"set -e" #31

Open
Perlover opened this issue May 11, 2019 · 1 comment
Open

"set -e" #31

Perlover opened this issue May 11, 2019 · 1 comment

Comments

@Perlover
Copy link

I see your script. There are commands without error checking

I recommend to add in begin if script line:

set -e

More details here:

https://stackoverflow.com/questions/19622198/what-does-set-e-mean-in-a-bash-script

@Sixdsn
Copy link

Sixdsn commented Sep 29, 2019

fixed here: Sixdsn#2

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

No branches or pull requests

2 participants