only: better logging

This commit is contained in:
rusefillc 2024-04-02 10:42:41 -04:00
parent 0865aa4d37
commit d39e8edd5b
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ if [ -n "${USER}" -a -n "$PASS" -a -n "${HOST}" ]; then
echo "$SCRIPT_NAME: Uploading both bundles"
if [ -n "${BUNDLE_FILE_NAME}" ]; then
echo "BUNDLE_FILE_NAME is ${BUNDLE_FILE_NAME}"
echo "$SCRIPT_NAME: BUNDLE_FILE_NAME is ${BUNDLE_FILE_NAME}"
else
echo "BUNDLE_FILE_NAME argument not specified"
echo "$SCRIPT_NAME: BUNDLE_FILE_NAME argument not specified"
exit 1
fi
# technical debt: more than one file uses magic 'rusefi_bundle_' constant, can we extract constant?