File tree Expand file tree Collapse file tree 6 files changed +31
-8
lines changed
Expand file tree Collapse file tree 6 files changed +31
-8
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ PROXY_TEMPLATE='default'
33BACKEND_TEMPLATE='default'
44DNS_TEMPLATE='default'
55WEB_DOMAINS='1'
6- WEB_ALIASES='0 '
6+ WEB_ALIASES='1 '
77DNS_DOMAINS='1'
88DNS_RECORDS='unlimited'
99MAIL_DOMAINS='1'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131VERBOSE=' no'
3232
3333# Define software versions
34- HESTIA_INSTALL_VER=' 1.5.5 '
34+ HESTIA_INSTALL_VER=' 1.5.6 '
3535# Dependencies
3636pma_v=' 5.1.2'
3737rc_v=" 1.5.2"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ HESTIA_INSTALL_DIR="$HESTIA/install/deb"
3131VERBOSE=' no'
3232
3333# Define software versions
34- HESTIA_INSTALL_VER=' 1.5.5 '
34+ HESTIA_INSTALL_VER=' 1.5.6 '
3535# Dependencies
3636pma_v=' 5.1.2'
3737rc_v=" 1.5.2"
Original file line number Diff line number Diff line change @@ -99,7 +99,3 @@ if [ ! -f "$HESTIA/data/packages/system.pkg" ]; then
9999 cp -f $HESTIA /install/deb/packages/system.pkg $HESTIA /data/packages/system.pkg
100100fi
101101
102- echo " [ * ] Refresh Hostname SSL"
103- hostname=$( hostname) ;
104- user=$( $HESTIA /bin/v-search-domain-owner " $hostname " ) ;
105- $HESTIA /bin/v-update-host-certificate " $user " " $hostname "
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # Hestia Control Panel upgrade script for target version 1.5.5
4+
5+ # ######################################################################################
6+ # ###### Place additional commands below. #######
7+ # ######################################################################################
8+ # ###### Pass through information to the end user in case of a issue or problem #######
9+ # ###### #######
10+ # ###### Use add_upgrade_message "My message here" to include a message #######
11+ # ###### in the upgrade notification email. Example: #######
12+ # ###### #######
13+ # ###### add_upgrade_message "My message here" #######
14+ # ###### #######
15+ # ###### You can use \n within the string to create new lines. #######
16+ # ######################################################################################
17+
18+ upgrade_config_set_value ' UPGRADE_UPDATE_WEB_TEMPLATES' ' false'
19+ upgrade_config_set_value ' UPGRADE_UPDATE_DNS_TEMPLATES' ' false'
20+ upgrade_config_set_value ' UPGRADE_UPDATE_MAIL_TEMPLATES' ' false'
21+ upgrade_config_set_value ' UPGRADE_REBUILD_USERS' ' false'
22+ upgrade_config_set_value ' UPGRADE_UPDATE_FILEMANAGER_CONFIG' ' false'
23+
24+ echo " [ * ] Refresh Hostname SSL"
25+ hostname=$( hostname) ;
26+ user=$( $HESTIA /bin/v-search-domain-owner " $hostname " ) ;
27+ $HESTIA /bin/v-update-host-certificate " $user " " $hostname "
Original file line number Diff line number Diff line change 11Source: hestia
22Package: hestia
33Priority: optional
4- Version: 1.5.5
4+ Version: 1.5.6
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments