aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-04 12:12:19 +0300
committerheqnx <root@heqnx.com>2025-06-04 12:12:19 +0300
commit4b2e7fce185805a8fb90f9231d4c52307b9cfb3b (patch)
treed2d5814682320c3163d4c91eaf3b2de447fac699
parentf8a89cb75245b8eff296cf85ca536357ece3abbe (diff)
downloadSharpRIDHijack-4b2e7fce185805a8fb90f9231d4c52307b9cfb3b.tar.gz
SharpRIDHijack-4b2e7fce185805a8fb90f9231d4c52307b9cfb3b.zip
no output from command
-rwxr-xr-xbuild-release.sh2
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