We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 800649f commit 44b4d64Copy full SHA for 44b4d64
1 file changed
upgrade.sh
@@ -406,7 +406,7 @@ fi
406
407
elif [[ ${ACTION} == "doUpgrade" ]]; then
408
if [[ ${CHOSEN_METHOD} == "${METHOD_IN_PLACE}" ]]; then
409
- X="$( "${ALLSKY_UTILITIES}/allsky-config.sh" recreate_files "${FILES_DOWNLADED_FILE}" 2>&1 )"
+ X="$( "${ALLSKY_UTILITIES}/allsky-config.sh" recreate_files "${FILES_DOWNLOADED_FILE}" 2>&1 )"
410
if [[ $? -ne 0 ]]; then
411
MSG="Unable to update files: ${X}"
412
display_msg --log error "${MSG}" "Contact the Allsky Team"
0 commit comments