Skip to content

Commit

Permalink
Update install.sh: Remove duplicate version strings
Browse files Browse the repository at this point in the history
  • Loading branch information
EricClaeys authored Nov 1, 2023
1 parent 0dcaa19 commit 545c1e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@ do_initial_heading()
fi

if [[ ${do_initial_heading} == "true" ]]; then
display_header "Welcome back to the ${TITLE} for ${ALLSKY_VERSION}!"
display_header "Welcome back to the ${TITLE}!"
else
MSG="Welcome to the ${TITLE} for ${ALLSKY_VERSION}!\n"
MSG="Welcome to the ${TITLE}!\n"

if [[ -n ${PRIOR_ALLSKY} ]]; then
MSG="${MSG}\nYou will be asked if you want to use the images and darks (if any) from"
Expand All @@ -137,7 +137,7 @@ do_initial_heading()
exit_installation 1 "${STATUS_CLEAR}" ""
fi

display_header "Welcome to the ${TITLE} for ${ALLSKY_VERSION}"
display_header "Welcome to the ${TITLE}"
fi

[[ ${do_initial_heading} != "true" ]] && STATUS_VARIABLES+=("do_initial_heading='true'\n")
Expand Down

0 comments on commit 545c1e2

Please sign in to comment.