'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 56s

This commit is contained in:
Your Name 2025-06-01 23:40:15 +12:00
parent a87eb6151c
commit 2ddc5fa9b0

View File

@ -20,12 +20,6 @@ if ! command -v sos &> /dev/null ; then
exit 1 exit 1
fi 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 # find all .tgz in this directory
for file in "${SCRIPT_DIR}"/*.tgz; do for file in "${SCRIPT_DIR}"/*.tgz; do
# upload the file to the server # upload the file to the server