Changed set at the top of the scripts

This commit is contained in:
Roger Gonzalez 2023-01-10 15:55:45 -03:00
parent 1677925554
commit abd9ebeffa
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/bash
#
set -eo pipefail
version=$(cat /etc/issue.net | awk '{print tolower($1)}')

2
yams
View File

@ -1,5 +1,5 @@
#!/bin/bash
set -eu
set -eo pipefail
dc="docker-compose -f <filename>"
install_location="<install_location>"