Set set -euo pipefail.

This commit is contained in:
dataprolet 2024-05-02 15:04:16 +00:00
parent 0e8a0fb67c
commit b226edbe96
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# https://wizardzines.com/comics/bash-errors/bash-errors.png
#set -euo pipefail
set -euo pipefail
exec >> >(tee -i /tmp/install.log)
exec 2>&1