feat: guard option in bash to prevent script from running after error
This commit is contained in:
parent
96c24ba956
commit
12cbefe3dd
4 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
set -e
|
||||
|
||||
device="PNP0C50:0e 06CB:7E7E Touchpad"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue