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