a few different upload issues fix #6372

damn it details matter
This commit is contained in:
rusefillc 2024-04-19 11:51:50 -04:00
parent e1a465c4cd
commit 82734d9691
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ if [ -n "${USER}" -a -n "$PASS" -a -n "${HOST}" ]; then
if [ -n "${bundle_upload_folder}" ]; then
echo "$SCRIPT_NAME: bundle_upload_folder is ${bundle_upload_folder}"
else
bundle_upload_folder="rusefi_bundle"
bundle_upload_folder="build_server"
echo "$SCRIPT_NAME: bundle_upload_folder env variable was not specified using default ${bundle_upload_folder}"
fi