Removed -x to all scripts

This commit is contained in:
Roger Gonzalez 2023-01-16 13:52:41 -03:00
parent 42fb678c91
commit bedd765b2a
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
#!/bin/bash
set -euxo pipefail
set -euo pipefail
printf "\033c"
echo "===================================================="

2
yams
View File

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