We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5f9023 commit 010256dCopy full SHA for 010256d
1 file changed
bin/update.sh
@@ -78,6 +78,9 @@ outputWelcomeMessage() {
78
echo ""
79
echo "If Higress is running during update, you will need to restart it to use the new version."
80
81
+ echo "Restart command:"
82
+ echo " $ROOT/bin/shutdown.sh && $ROOT/bin/startup.sh"
83
+ echo ""
84
echo "Happy Higressing!"
85
}
86
0 commit comments