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

Fix GitHub issues link in installation finished message.

Raphael Schneeberger 6 лет назад
Родитель
Сommit
552e61eba9
3 измененных файлов с 3 добавлено и 2 удалено
  1. 1 0
      CHANGELOG.md
  2. 1 1
      install/hst-install-debian.sh
  3. 1 1
      install/hst-install-ubuntu.sh

+ 1 - 0
CHANGELOG.md

@@ -54,6 +54,7 @@ All notable changes to this project will be documented in this file.
 - Fixed corruption of global user stats when rebuilding a mail domain.
 - Fixed formatting of backup exclusions textbox.
 - Fixed MultiPHP upgrade script to update all web templates.
+- Fixed report issue link in installer scripts.
 
 ## [1.0.6] - 2019-09-24 - Hotfix
 ### Bugfixes

+ 1 - 1
install/hst-install-debian.sh

@@ -1836,7 +1836,7 @@ 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!'
+$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."
 echo ""

+ 1 - 1
install/hst-install-ubuntu.sh

@@ -1731,7 +1731,7 @@ 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!'
+$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."
 echo ""