# SPSP transfer-tool is developed and maintained by SIB. For more information, please contact spsp-support@sib.swiss
VERSION="1.8.0"# bumped to support spsp --help, spsp --version
VERSION="1.9.0"# bumped to support spsp --help, spsp --version
# Define colors that are used in the help screen
...
...
@@ -23,7 +23,7 @@ UNAMEOUT="$(uname -s)"
case"${UNAMEOUT}"in
Linux*)MACHINE=linux ;;
Darwin*)MACHINE=mac ;;
*)MACHINE="UNKNOWN"
*)MACHINE="UNKNOWN";;
esac
if["$MACHINE"=="UNKNOWN"];then
...
...
@@ -59,7 +59,7 @@ showHelp() {
commands="${COL_LYELLOW}Commands:\n${COL_RESET}"
commands="$commands auto Automatically run the commands to Compress, Hash, Encrypt & Transfer, add --no-archive option to delete the files after the transfer\n"
commands="$commands help Shows help screen\n"
commands="$commands test Dry run with fake generated files with report\n"
commands="$commands test Fake run with fake generated files\n"
commands="$commands cleanup Clean the following directories: logs, sent, viruses, bacteria and .outbox\n"