deploy: remove set -x (forgot :()

This commit is contained in:
E. S. 2025-05-18 00:42:22 +03:00
parent 6e3a5c59d2
commit 1da9fd81d9
3 changed files with 0 additions and 3 deletions

View File

@ -6,7 +6,6 @@ die() {
}
set -e
set -x
if ! command -v yq >/dev/null 2>&1; then
die "yq is not installed. Please install yq to parse YAML files."

View File

@ -6,7 +6,6 @@ die() {
}
set -e
set -x
PHP="$(which php)"
SCRIPT_DIR=$(cd "$(dirname "$(readlink -f "$0")")" && pwd)

View File

@ -1,7 +1,6 @@
#!/bin/sh
set -e
#set -x
INDIR=
OUTDIR=