Added minor fixes
This commit is contained in:
@@ -50,9 +50,9 @@ for webtpl_folder in $(ls $HESTIA_INSTALL_DIR/templates/web/* -d 2> /dev/null |
|
|||||||
cp -rf "${webtpl_folder}" "${WEBTPL}/"
|
cp -rf "${webtpl_folder}" "${WEBTPL}/"
|
||||||
done
|
done
|
||||||
|
|
||||||
versions_list=$(ls -d /etc/php/*)
|
versions_list=$(ls -d /etc/opt/remi/php*)
|
||||||
for php_ver in $versions_list; do
|
for php_ver in $versions_list; do
|
||||||
[ ! -d "/etc/php/$php_ver/fpm/pool.d/" ] && continue
|
[ ! -d "$php_ver/fpm/pool.d/" ] && continue
|
||||||
cp -f $HESTIA_INSTALL_DIR/php-fpm/multiphp.tpl ${WEBTPL}/php-fpm/PHP-${php_ver/\./_}.tpl
|
cp -f $HESTIA_INSTALL_DIR/php-fpm/multiphp.tpl ${WEBTPL}/php-fpm/PHP-${php_ver/\./_}.tpl
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@
|
|||||||
# Update default templates when performing an upgrade
|
# Update default templates when performing an upgrade
|
||||||
# These flags should be set to true if any changes are made to the template files
|
# These flags should be set to true if any changes are made to the template files
|
||||||
# to ensure that they are properly updated on the end-user's system.
|
# to ensure that they are properly updated on the end-user's system.
|
||||||
UPGRADE_UPDATE_WEB_TEMPLATES='false'
|
UPGRADE_UPDATE_WEB_TEMPLATES='true'
|
||||||
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
|
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
|
||||||
UPGRADE_UPDATE_DNS_TEMPLATES='false'
|
UPGRADE_UPDATE_DNS_TEMPLATES='false'
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
%global _hardened_build 1
|
%global _hardened_build 1
|
||||||
|
|
||||||
Name: hestia
|
Name: hestia
|
||||||
Version: 1.9.1
|
Version: 1.9.2
|
||||||
Release: 1%{dist}
|
Release: 1%{dist}
|
||||||
Summary: Hestia Control Panel
|
Summary: Hestia Control Panel
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@@ -137,9 +137,6 @@ if [ -e "/usr/local/hestia/data/users/admin" ]; then
|
|||||||
# Upgrade Roundcube if applicable
|
# Upgrade Roundcube if applicable
|
||||||
upgrade_roundcube | tee -a $LOG
|
upgrade_roundcube | tee -a $LOG
|
||||||
|
|
||||||
# Upgrade PHPMailer if applicable
|
|
||||||
upgrade_phpmailer | tee -a $LOG
|
|
||||||
|
|
||||||
# Update Cloudflare IPs if applicable
|
# Update Cloudflare IPs if applicable
|
||||||
upgrade_cloudflare_ip | tee -a $LOG
|
upgrade_cloudflare_ip | tee -a $LOG
|
||||||
|
|
||||||
@@ -187,6 +184,9 @@ fi
|
|||||||
%{_tmpfilesdir}/%{name}.conf
|
%{_tmpfilesdir}/%{name}.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jan 05 2025 Alexey Berezhok <a@bayrepo.ru> - 1.9.2-1
|
||||||
|
- Added minor fixes
|
||||||
|
|
||||||
* Mon Dec 30 2024 Alexey Berezhok <a@bayrepo.ru> - 1.9.1-1
|
* Mon Dec 30 2024 Alexey Berezhok <a@bayrepo.ru> - 1.9.1-1
|
||||||
- Added port specification ofor local services on domain editing
|
- Added port specification ofor local services on domain editing
|
||||||
- Added support extended modules
|
- Added support extended modules
|
||||||
|
|||||||
Reference in New Issue
Block a user