Set set -euo pipefail.
This commit is contained in:
parent
0e8a0fb67c
commit
b226edbe96
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# https://wizardzines.com/comics/bash-errors/bash-errors.png
|
# https://wizardzines.com/comics/bash-errors/bash-errors.png
|
||||||
#set -euo pipefail
|
set -euo pipefail
|
||||||
|
|
||||||
exec >> >(tee -i /tmp/install.log)
|
exec >> >(tee -i /tmp/install.log)
|
||||||
exec 2>&1
|
exec 2>&1
|
||||||
|
|
Loading…
Reference in New Issue