Fix shellcheck errors
This commit is contained in:
parent
b5f302ac61
commit
dc999f9006
15 changed files with 108 additions and 98 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/usr/bin/env bash -e
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -e
|
||||
#-e Causes bash script to exit if any of the installers
|
||||
#return with a non-zero return value.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue