File tree Expand file tree Collapse file tree 3 files changed +8
-14
lines changed
Expand file tree Collapse file tree 3 files changed +8
-14
lines changed Original file line number Diff line number Diff line change @@ -1067,8 +1067,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10671067echo " 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
10741074cp -rf $hestiacp /packages $HESTIA /data/
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
17371737check_result $? " hestia start failed"
17381738chown 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 #
Original file line number Diff line number Diff line change @@ -1031,8 +1031,8 @@ echo "BACKUP_SYSTEM='local'" >> $HESTIA/conf/hestia.conf
10311031echo " 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
10381038cp -rf $hestiacp /packages $HESTIA /data/
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
16391639check_result $? " hestia start failed"
16401640chown 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 #
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ release_branch_check=$(cat $HESTIA/conf/hestia.conf | grep RELEASE_BRANCH)
2121if [ -z " $release_branch_check " ]; then
2222 echo " (*) Adding global release branch variable to system configuration..."
2323 sed -i " /RELEASE_BRANCH/d" $HESTIA /conf/hestia.conf
24- echo " RELEASE_BRANCH='develop '" >> $HESTIA /conf/hestia.conf
24+ echo " RELEASE_BRANCH='master '" >> $HESTIA /conf/hestia.conf
2525fi
2626
2727# Load hestia.conf
@@ -76,7 +76,7 @@ echo ""
7676# Set new version
7777sed -i " /VERSION/d" $HESTIA /conf/hestia.conf
7878# Set new branch variable
79- echo " VERSION='0.10.0 '" >> $HESTIA /conf/hestia.conf
79+ echo " VERSION='1.00.0-190618 '" >> $HESTIA /conf/hestia.conf
8080
8181# Update Apache and Nginx configuration to support new file structure
8282if [ -f /etc/apache2/apache.conf ]; then
You can’t perform that action at this time.
0 commit comments