Skip to content

Commit ef36c8c

Browse files
author
Kristan Kenney
committed
Update version information
2 parents 57b900e + ac6d39c commit ef36c8c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

install/hst-install-debian.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1067,8 +1067,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10671067
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10681068

10691069
# Version & Release Branch
1070-
echo "VERSION='0.10.0'" >> $HESTIA/conf/hestia.conf
1071-
echo "RELEASE='develop'" >> $HESTIA/conf/hestia.conf
1070+
echo "VERSION='1.00.0-190618'" >> $HESTIA/conf/hestia.conf
1071+
echo "RELEASE='master'" >> $HESTIA/conf/hestia.conf
10721072

10731073
# Installing hosting packages
10741074
cp -rf $hestiacp/packages $HESTIA/data/
@@ -1503,7 +1503,7 @@ fi
15031503
# Configure Roundcube #
15041504
#----------------------------------------------------------#
15051505

1506-
if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1506+
if [ "$dovecot" = 'yes' ] && [ "$mysql" = 'yes' ]; then
15071507
if [ "$apache" = 'yes' ]; then
15081508
cp -f $hestiacp/roundcube/apache.conf /etc/roundcube/
15091509
ln -s /etc/roundcube/apache.conf /etc/apache2/conf.d/roundcube.conf
@@ -1737,9 +1737,6 @@ service hestia start
17371737
check_result $? "hestia start failed"
17381738
chown admin:admin $HESTIA/data/sessions
17391739

1740-
# Adding cronjob for autoupdates
1741-
$HESTIA/bin/v-add-cron-hestia-autoupdate
1742-
17431740

17441741
#----------------------------------------------------------#
17451742
# Hestia Access Info #
@@ -1793,6 +1790,9 @@ echo
17931790
cat $tmpfile
17941791
rm -f $tmpfile
17951792

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+
17961796
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
17971797
if [ "$interactive" = 'yes' ]; then
17981798
echo -n " Do you want to logout now? [Y/N] "

install/hst-install-ubuntu.sh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,8 +1031,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10311031
echo "LANGUAGE='$lang'" >> $HESTIA/conf/hestia.conf
10321032

10331033
# Version & Release Branch
1034-
echo "VERSION='0.10.0'" >> $HESTIA/conf/hestia.conf
1035-
echo "RELEASE='develop'" >> $HESTIA/conf/hestia.conf
1034+
echo "VERSION='1.00.0-190618'" >> $HESTIA/conf/hestia.conf
1035+
echo "RELEASE='master'" >> $HESTIA/conf/hestia.conf
10361036

10371037
# Installing hosting packages
10381038
cp -rf $hestiacp/packages $HESTIA/data/
@@ -1457,7 +1457,7 @@ fi
14571457
# Configure Roundcube #
14581458
#----------------------------------------------------------#
14591459

1460-
if [ "$exim" = 'yes' ] && [ "$mysql" = 'yes' ]; then
1460+
if [ "$dovecot" = 'yes' ] && [ "$mysql" = 'yes' ]; then
14611461
if [ "$apache" = 'yes' ]; then
14621462
cp -f $hestiacp/roundcube/apache.conf /etc/roundcube/
14631463
ln -s /etc/roundcube/apache.conf /etc/apache2/conf.d/roundcube.conf
@@ -1639,9 +1639,6 @@ service hestia start
16391639
check_result $? "hestia start failed"
16401640
chown admin:admin $HESTIA/data/sessions
16411641

1642-
# Adding cronjob for autoupdates
1643-
$HESTIA/bin/v-add-cron-hestia-autoupdate
1644-
16451642

16461643
#----------------------------------------------------------#
16471644
# Hestia Access Info #
@@ -1695,6 +1692,9 @@ echo
16951692
cat $tmpfile
16961693
rm -f $tmpfile
16971694

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+
16981698
echo "(!) IMPORTANT: You must logout or restart the server before continuing."
16991699
if [ "$interactive" = 'yes' ]; then
17001700
echo -n " Do you want to logout now? [Y/N] "

0 commit comments

Comments
 (0)