diff options
-rwxr-xr-x | docker.sh | 2 | ||||
-rwxr-xr-x | install.sh | 2 | ||||
-rwxr-xr-x | yams | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -1,5 +1,5 @@ #!/bin/bash -set -euxo pipefail +set -euo pipefail version=$(cat /etc/issue.net | awk '{print tolower($1)}') @@ -1,5 +1,5 @@ #!/bin/bash -set -euxo pipefail +set -euo pipefail printf "\033c" echo "====================================================" @@ -1,5 +1,5 @@ #!/bin/bash -set -euxo pipefail +set -euo pipefail dc="docker-compose -f <filename>" |