We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 823f296 commit 031dd39Copy full SHA for 031dd39
1 file changed
upgrade.sh
@@ -241,7 +241,6 @@ if [[ ${ACTION} == "upgrade" ]]; then
241
check_for_current
242
243
# Ask user how they want to upgrade.
244
-if true; then
245
MSG="\n"
246
MSG+="There are two ways to upgrade Allsky:"
247
MSG+="\n"
@@ -274,7 +273,6 @@ if true; then
274
273
display_msg --log progress "\nNo changes made.\n"
275
exit 0
276
fi
277
-fi
278
279
X="$( dialog \
280
--title "${SHORT_TITLE}" \
@@ -390,6 +388,7 @@ fi
390
388
391
389
display_msg --log progress "The upgrade is complete." " Go to the WebUI to restart Allsky.\n"
392
+ fi
393
394
elif [[ ${ACTION} == "doUpgrade" ]]; then
395
if [[ ${CHOSEN_METHOD} == "${METHOD_IN_PLACE}" ]]; then
0 commit comments