Skip to content

Commit 552e61e

Browse files
committed
Fix GitHub issues link in installation finished message.
1 parent eda332a commit 552e61e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ All notable changes to this project will be documented in this file.
5454
- Fixed corruption of global user stats when rebuilding a mail domain.
5555
- Fixed formatting of backup exclusions textbox.
5656
- Fixed MultiPHP upgrade script to update all web templates.
57+
- Fixed report issue link in installer scripts.
5758

5859
## [1.0.6] - 2019-09-24 - Hotfix
5960
### Bugfixes

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1836,7 +1836,7 @@ cat $tmpfile
18361836
rm -f $tmpfile
18371837

18381838
# Add welcome message to notification panel
1839-
$HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
1839+
$HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/issues<br><br>Have a great day!'
18401840

18411841
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
18421842
echo ""

install/hst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1731,7 +1731,7 @@ cat $tmpfile
17311731
rm -f $tmpfile
17321732

17331733
# Add welcome message to notification panel
1734-
$HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/Issues<br><br>Have a great day!'
1734+
$HESTIA/bin/v-add-user-notification admin 'Welcome!' 'For more information on how to use Hestia Control Panel, click on the Help icon in the top right corner of the toolbar.<br><br>Please report any bugs or issues on GitHub at<br>https://github.com/hestiacp/hestiacp/issues<br><br>Have a great day!'
17351735

17361736
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
17371737
echo ""

0 commit comments

Comments
 (0)