Skip to content

Commit 9bdbf7c

Browse files
committed
feat: make manual action required warning more descriptive
1 parent 6155d6d commit 9bdbf7c

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

blueprint.sh

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,11 @@ if [[ $1 != "-bash" ]]; then
252252
fi
253253

254254
if [[ $BLUEPRINT_ENVIRONMENT == "upgrade" ]]; then
255-
echo -e "\x1b[30;41;1m YOU ARE USING THE LEGACY UPDATER!! \x1b[0m"
256-
echo -e "\n\x1b[31;49;1mPlease rerun 'blueprint -upgrade' to continue the update process. This is NOT A BUG.\nPress ENTER to continue back to legacy updater (will fail) or ^C to terminate the process.\x1b[0m"
255+
echo -e "\x1b[37;41;1m MANUAL ACTION REQUIRED \x1b[0m"
256+
echo -e "\n\x1b[31;49;1mThis is NOT a bug. Please follow the following instructions:\x1b[0m"
257257

258-
echo -e "\n\x1b[31;49m1. Terminate this process with CTRL+C (^C)\x1b[0m"
259-
echo -e "\n\x1b[31;49m2. Run 'blueprint -upgrade'\x1b[0m"
260-
echo -e "\n\x1b[31;49m3. Blueprint will update to the latest version.\x1b[0m"
258+
echo -e "\n\x1b[31;49m1. Use the CTRL+C (^C) keyboard shortcut to terminate this process.\x1b[0m"
259+
echo -e "\x1b[31;49m2. Then, run 'blueprint -upgrade' AGAIN.\x1b[0m"
261260

262261
read -r
263262
exit 1

0 commit comments

Comments
 (0)