Skip to content

Commit

Permalink
Update allsky.sh: remove message about ALLSKY_INSTALLATION_LOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Jul 29, 2023
1 parent c9d054c commit e2d2b34
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions allsky.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,6 @@ if [[ -f ${POST_INSTALLATION_ACTIONS} ]]; then
"${ALLSKY_SCRIPTS}/addMessage.sh" "info" "${MSG}"
fi
fi
if [[ -d ${ALLSKY_INSTALLATION_LOGS} ]]; then
MSG="Logs from the last installation are in '${ALLSKY_INSTALLATION_LOGS}'."
MSG="${MSG}\nIf Allsky is working fine, you can remove the logs:"
MSG="${MSG}\n &nbsp; &nbsp; <code>rm -fr '${ALLSKY_INSTALLATION_LOGS}'</code>"
"${ALLSKY_SCRIPTS}/addMessage.sh" "info" "${MSG}"
fi

USE_NOTIFICATION_IMAGES=$(settings ".notificationimages")

Expand Down

0 comments on commit e2d2b34

Please sign in to comment.