diff options
author | heqnx <root@heqnx.com> | 2025-06-04 12:12:19 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-04 12:12:19 +0300 |
commit | 4b2e7fce185805a8fb90f9231d4c52307b9cfb3b (patch) | |
tree | d2d5814682320c3163d4c91eaf3b2de447fac699 | |
parent | f8a89cb75245b8eff296cf85ca536357ece3abbe (diff) | |
download | SharpRIDHijack-4b2e7fce185805a8fb90f9231d4c52307b9cfb3b.tar.gz SharpRIDHijack-4b2e7fce185805a8fb90f9231d4c52307b9cfb3b.zip |
no output from command
-rwxr-xr-x | build-release.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-release.sh b/build-release.sh index e4909e9..841b2ef 100755 --- a/build-release.sh +++ b/build-release.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -if ! command -v docker; then +if ! command -v docker &>/dev/null; then printf "%s\n" "[err] docker not found" exit 1 fi |