Skip to content

Commit 010256d

Browse files
authored
feat: Show the restart command after finishing update (#40)
1 parent d5f9023 commit 010256d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

bin/update.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ outputWelcomeMessage() {
7878
echo ""
7979
echo "If Higress is running during update, you will need to restart it to use the new version."
8080
echo ""
81+
echo "Restart command:"
82+
echo " $ROOT/bin/shutdown.sh && $ROOT/bin/startup.sh"
83+
echo ""
8184
echo "Happy Higressing!"
8285
}
8386

0 commit comments

Comments
 (0)