diff --git a/allsky.sh b/allsky.sh index 06ea8056b..ca91ff888 100755 --- a/allsky.sh +++ b/allsky.sh @@ -40,7 +40,7 @@ ARGS_FILE="${ALLSKY_TMP}/capture_args.txt" if [[ -d ${PRIOR_ALLSKY_DIR} ]]; then MSG="Reminder: your prior Allsky is still in '${PRIOR_ALLSKY_DIR}'." MSG="${MSG}\nIf you are no longer using it, it can be removed to save disk space:" - MSG="${MSG}\n   rm -fr '${PRIOR_ALLSKY_DIR}'" + MSG="${MSG}\n   rm -fr '${PRIOR_ALLSKY_DIR}'\n" "${ALLSKY_SCRIPTS}/addMessage.sh" "info" "${MSG}" fi