Skip to content

Commit 5db7aa2

Browse files
authored
Update upgrade.sh: Slight improvement with error message
1 parent 0a995c7 commit 5db7aa2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

upgrade.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,9 @@ if [[ ${ACTION} == "upgrade" ]]; then
306306
FILES="$( echo -e "${X}" | grep "^ " )" # TAB
307307
MSG="You have un-checked out files, cannot continue:\n${FILES}"
308308
else
309-
MSG="Unable to get new files: ${X}"
309+
MSG="Unable to get new files:\n${X}"
310310
fi
311-
display_msg --log error "${MSG}" "Contact the Allsky Team"
311+
display_msg --log error "${MSG}" "Contact the Allsky Team if needed."
312312
exit "${ALLSKY_EXIT_ERROR_STOP}"
313313
fi
314314

0 commit comments

Comments
 (0)