Added minor fixes

devel
Alexey Berezhok 3 months ago
parent f18ea4c808
commit 7f969cf6bb

@ -50,9 +50,9 @@ for webtpl_folder in $(ls $HESTIA_INSTALL_DIR/templates/web/* -d 2> /dev/null |
cp -rf "${webtpl_folder}" "${WEBTPL}/"
done
versions_list=$(ls -d /etc/php/*)
versions_list=$(ls -d /etc/opt/remi/php*)
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
done

@ -21,7 +21,7 @@
# Update default templates when performing an upgrade
# 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.
UPGRADE_UPDATE_WEB_TEMPLATES='false'
UPGRADE_UPDATE_WEB_TEMPLATES='true'
UPGRADE_UPDATE_MAIL_TEMPLATES='false'
UPGRADE_UPDATE_DNS_TEMPLATES='false'

@ -2,7 +2,7 @@
%global _hardened_build 1
Name: hestia
Version: 1.9.1
Version: 1.9.2
Release: 1%{dist}
Summary: Hestia Control Panel
Group: System Environment/Base
@ -137,9 +137,6 @@ if [ -e "/usr/local/hestia/data/users/admin" ]; then
# Upgrade Roundcube if applicable
upgrade_roundcube | tee -a $LOG
# Upgrade PHPMailer if applicable
upgrade_phpmailer | tee -a $LOG
# Update Cloudflare IPs if applicable
upgrade_cloudflare_ip | tee -a $LOG
@ -187,6 +184,9 @@ fi
%{_tmpfilesdir}/%{name}.conf
%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
- Added port specification ofor local services on domain editing
- Added support extended modules

Loading…
Cancel
Save