@ -23,8 +23,8 @@ Dependencies: openssh-client
exit 0
fi
if [ $# -lt 4 ]; then
echo "Mandatory arguments: 'DIST_DIR', 'INCOMING_DIR', 'INCOMING_DIR'. Aborting..."
if [ $# -lt 3 ]; then
echo "Mandatory arguments: 'DIST_DIR', 'INCOMING_DIR', 'READY_SUFFIX'. Aborting..."
exit 1
@ -24,7 +24,7 @@ Dependencies: curl jq ca-certificates git
if [ $# -lt 2 ]; then
echo "Arguments \"mode\" and \"URL/repoName\" not provided. Aborting..."
@ -23,7 +23,7 @@ Dependencies: -
echo "Mandatory arguments: 'MAIN_DIR', 'INCOMING_DIR', 'INCOMING_DIR'. Aborting..."
@ -22,11 +22,6 @@ Dependencies: -
if [ $# -lt 1 ]; then
echo "Mandatory arguments: 'REPO_PATH'. Aborting..."
REPO_PATH="${1}"
[ -n "${2+x}" ] && GPG_SUBKEY_ID="${2}"
@ -22,7 +22,7 @@ Dependencies: -
echo "Mandatory arguments: 'REPO_PATH', 'TEMP_DIR'. Aborting..."