aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorheqnx <root@heqnx.com>2025-06-04 12:11:50 +0300
committerheqnx <root@heqnx.com>2025-06-04 12:11:50 +0300
commitf0c288a2c547c512a5a7bbbd9fbdab87ba722b65 (patch)
tree01a237d4a7f2e77d5c36fe27a368e2bcdf525ccf
parenta84b5a7f65fc19411a927cae34af3a427b53a598 (diff)
downloadSharpAMSIGhosting-f0c288a2c547c512a5a7bbbd9fbdab87ba722b65.tar.gz
SharpAMSIGhosting-f0c288a2c547c512a5a7bbbd9fbdab87ba722b65.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 56fad6a..375028c 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