Skip to content

Commit ac6d39c

Browse files
author
Kristan Kenney
authored
Merge pull request hestiacp#369 from hestiacp/bugfix-installer
Add welcome message to panel on clean install
2 parents 33cbb70 + 9ce32f4 commit ac6d39c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1790,6 +1790,9 @@ echo
17901790
cat $tmpfile
17911791
rm -f $tmpfile
17921792

1793+
# Add welcome message to notification panel
1794+
$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!'
1795+
17931796
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
17941797
if [ "$interactive" = 'yes' ]; then
17951798
echo -n " Do you want to logout now? [Y/N] "

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,9 @@ echo
16921692
cat $tmpfile
16931693
rm -f $tmpfile
16941694

1695+
# Add welcome message to notification panel
1696+
$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!'
1697+
16951698
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
16961699
if [ "$interactive" = 'yes' ]; then
16971700
echo -n " Do you want to logout now? [Y/N] "

0 commit comments

Comments
 (0)