mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
Good practice for scripts
This commit is contained in:
parent
cb2c50fbf7
commit
4f4ff3ff3c
@ -1,5 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
|
||||
set -euxo pipefail
|
||||
|
||||
# Script to install Tor
|
||||
|
||||
set -ex
|
||||
|
Loading…
x
Reference in New Issue
Block a user