Просмотр исходного кода

Add welcome message to notification panel after install

Kristan Kenney 6 лет назад
Родитель
Сommit
9ce32f40cb
2 измененных файлов с 6 добавлено и 0 удалено
  1. 3 0
      install/hst-install-debian.sh
  2. 3 0
      install/hst-install-ubuntu.sh

+ 3 - 0
install/hst-install-debian.sh

@@ -1790,6 +1790,9 @@ echo
 cat $tmpfile
 rm -f $tmpfile
 
+# Add welcome message to notification panel
+$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!'
+
 echo "(!) IMPORTANT: You must logout or restart the server before continuing."
 if [ "$interactive" = 'yes' ]; then
     echo -n " Do you want to logout now? [Y/N] "

+ 3 - 0
install/hst-install-ubuntu.sh

@@ -1692,6 +1692,9 @@ echo
 cat $tmpfile
 rm -f $tmpfile
 
+# Add welcome message to notification panel
+$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!'
+
 echo "(!) IMPORTANT: You must logout or restart the server before continuing."
 if [ "$interactive" = 'yes' ]; then
     echo -n " Do you want to logout now? [Y/N] "