diff options
author | heqnx <root@heqnx.com> | 2025-06-04 12:11:50 +0300 |
---|---|---|
committer | heqnx <root@heqnx.com> | 2025-06-04 12:11:50 +0300 |
commit | f0c288a2c547c512a5a7bbbd9fbdab87ba722b65 (patch) | |
tree | 01a237d4a7f2e77d5c36fe27a368e2bcdf525ccf | |
parent | a84b5a7f65fc19411a927cae34af3a427b53a598 (diff) | |
download | SharpAMSIGhosting-f0c288a2c547c512a5a7bbbd9fbdab87ba722b65.tar.gz SharpAMSIGhosting-f0c288a2c547c512a5a7bbbd9fbdab87ba722b65.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 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 |