This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user