Skip to content

Commit 4deb666

Browse files
author
Kristan Kenney
committed
Adjust installer output and welcome message
1 parent 1a42f99 commit 4deb666

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

install/hst-install-debian.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,10 +1846,10 @@ chown admin:admin $HESTIA/data/sessions
18461846

18471847

18481848
#----------------------------------------------------------#
1849-
# Configure FileManager #
1849+
# Configure File Manager #
18501850
#----------------------------------------------------------#
18511851

1852-
echo "(*) Configuring Filegator FileManager..."
1852+
echo "(*) Configuring File Manager..."
18531853
source $HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
18541854

18551855

@@ -1910,7 +1910,7 @@ cat $tmpfile
19101910
rm -f $tmpfile
19111911

19121912
# Add welcome message to notification panel
1913-
$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!'
1913+
$HESTIA/bin/v-add-user-notification admin 'Welcome to Hestia Control Panel!' 'Please report any bugs or issues via <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a> or e-mail <a href="mailto:info@hestiacp.com?Subject="['$new_version'] Bug Report: ">info@hestiacp.com</a><br><br><b>Have a wonderful day!</b><br><br><i class="fas fa-heart status-icon red"></i> The Hestia Control Panel development team'
19141914

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

install/hst-install-ubuntu.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,10 +1850,10 @@ chown admin:admin $HESTIA/data/sessions
18501850

18511851

18521852
#----------------------------------------------------------#
1853-
# Configure FileManager #
1853+
# Configure File Manager #
18541854
#----------------------------------------------------------#
18551855

1856-
echo "(*) Configuring Filegator FileManager..."
1856+
echo "(*) Configuring File Manager..."
18571857
source $HESTIA_INSTALL_DIR/filemanager/install-fm.sh > /dev/null 2>&1
18581858

18591859

@@ -1914,7 +1914,7 @@ cat $tmpfile
19141914
rm -f $tmpfile
19151915

19161916
# Add welcome message to notification panel
1917-
$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!'
1917+
$HESTIA/bin/v-add-user-notification admin 'Welcome to Hestia Control Panel!' 'Please report any bugs or issues via <a href="https://github.com/hestiacp/hestiacp/issues" target="_new"><i class="fab fa-github"></i> GitHub</a> or e-mail <a href="mailto:info@hestiacp.com?Subject="['$new_version'] Bug Report: ">info@hestiacp.com</a><br><br><b>Have a wonderful day!</b><br><br><i class="fas fa-heart status-icon red"></i> The Hestia Control Panel development team'
19181918

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

0 commit comments

Comments
 (0)