mirror of
https://github.com/StackExchange/blackbox.git
synced 2025-12-15 19:13:01 +02:00
Add "set -e" to all scripts.
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
# blackbox_edit.sh -- Decrypt a file temporarily for edition, then re-encrypts it again
|
||||
#
|
||||
|
||||
set -e
|
||||
. _blackbox_common.sh
|
||||
|
||||
for param in """$@""" ; do
|
||||
|
||||
Reference in New Issue
Block a user