File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 1515# ###### You can use \n within the string to create new lines. #######
1616# ######################################################################################
1717
18+ upgrade_config_set_value ' UPGRADE_UPDATE_WEB_TEMPLATES' ' true'
19+ upgrade_config_set_value ' UPGRADE_UPDATE_DNS_TEMPLATES' ' true'
20+ upgrade_config_set_value ' UPGRADE_UPDATE_MAIL_TEMPLATES' ' true'
21+ upgrade_config_set_value ' UPGRADE_REBUILD_USERS' ' true'
22+ upgrade_config_set_value ' UPGRADE_UPDATE_FILEMANAGER_CONFIG' ' true'
23+
24+
1825if [ -n " $DB_PMA_ALIAS " ]; then
1926 $HESTIA /bin/v-change-sys-db-alias ' pma' " $DB_PMA_ALIAS "
2027fi
3946if [ -L " /var/log/hestia" ]; then
4047 echo " [ ! ] Move /usr/local/hestia/log/* to /var/log/hestia/"
4148 rm /var/log/hestia
42- cp $HESTIA /log/* /var/log/hestia
43- rm -rf $HESTIA /log/
44- ln -s /var/log/hestia $HESTIA /log
49+ mkdir -p /var/log/hestia
50+ cp /usr/local/hestia/log/* /var/log/hestia/
51+ rm -rf /usr/local/hestia/log
52+ ln -s /var/log/hestia /usr/local/hestia/log
4553fi
4654
4755if [ -d " /var/log/roundcube" ]; then
You can’t perform that action at this time.
0 commit comments