From 2ddc5fa9b010737cded5a62bfa689bc5de0a6583 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 1 Jun 2025 23:40:15 +1200 Subject: [PATCH] 'Generic Commit' --- musl/upload.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/musl/upload.sh b/musl/upload.sh index 656e2ce..90e5418 100755 --- a/musl/upload.sh +++ b/musl/upload.sh @@ -20,12 +20,6 @@ if ! command -v sos &> /dev/null ; then exit 1 fi -if ! command -v dropshell-tool &> /dev/null ; then - echo "dropshell-tool could not be found" - exit 1 -fi - - # find all .tgz in this directory for file in "${SCRIPT_DIR}"/*.tgz; do # upload the file to the server