Skip to content

Commit 44b4d64

Browse files
authored
Update upgrade.sh: Fix typo in variable name
1 parent 800649f commit 44b4d64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@ fi
406406

407407
elif [[ ${ACTION} == "doUpgrade" ]]; then
408408
if [[ ${CHOSEN_METHOD} == "${METHOD_IN_PLACE}" ]]; then
409-
X="$( "${ALLSKY_UTILITIES}/allsky-config.sh" recreate_files "${FILES_DOWNLADED_FILE}" 2>&1 )"
409+
X="$( "${ALLSKY_UTILITIES}/allsky-config.sh" recreate_files "${FILES_DOWNLOADED_FILE}" 2>&1 )"
410410
if [[ $? -ne 0 ]]; then
411411
MSG="Unable to update files: ${X}"
412412
display_msg --log error "${MSG}" "Contact the Allsky Team"

0 commit comments

Comments
 (0)