Skip to content

Commit 10440da

Browse files
author
Kristan Kenney
committed
Update notification message after upgrade
2 parents a552868 + 4246804 commit 10440da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/upgrade.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ upgrade_welcome_message() {
3333

3434
upgrade_complete_message() {
3535
# Add notification to panel
36-
$HESTIA/bin/v-add-user-notification admin 'Upgrade complete' 'Your server has been updated to Hestia Control Panel version '$new_version'.<br>Please report any bugs on GitHub at<br><a href="https://github.com/hestiacp/hestiacp/Issues" target="_new">https://github.com/hestiacp/hestiacp/Issues</a><br><br>Have a great day!'
36+
$HESTIA/bin/v-add-user-notification admin 'Upgrade complete' 'Your server has been updated to Hestia Control Panel v'$new_version'.<br>Please tell us about any bugs or issues that you run into by opening an issue report at <br><a href="https://github.com/hestiacp/hestiacp/Issues" target="_new">https://github.com/hestiacp/hestiacp/Issues</a><br><br>Have a great day!'
3737

3838
# Echo message to console output
3939
echo

0 commit comments

Comments
 (0)