File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,7 @@ is_package_avalable() {
7878change_user_package () {
7979 eval $( cat $USER_DATA /user.conf)
8080 eval $( cat $HESTIA /data/packages/$package .pkg | egrep -v " TIME|DATE" )
81- echo " FNAME='$FNAME '
82- LNAME='$LNAME '
81+ echo " NAME='$NAME '
8382PACKAGE='$package '
8483WEB_TEMPLATE='$WEB_TEMPLATE '
8584BACKEND_TEMPLATE='$BACKEND_TEMPLATE '
@@ -166,7 +165,7 @@ shell=$(grep -w "$shell_conf" /etc/shells |head -n1)
166165
167166# Run template trigger
168167if [ -x " $HESTIA /data/packages/$package .sh" ]; then
169- $HESTIA /data/packages/$package .sh " $user " " $CONTACT " " $FNAME " " $LNAME "
168+ $HESTIA /data/packages/$package .sh " $user " " $CONTACT " " $NAME "
170169fi
171170
172171# Update disk quota
Original file line number Diff line number Diff line change 11Source: hestia-nginx
22Package: hestia-nginx
33Priority: optional
4- Version: 1.17.10
4+ Version: 1.19.1
55Section: admin
66Maintainer: HestiaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
Original file line number Diff line number Diff line change 11Source: hestia-php
22Package: hestia-php
33Priority: optional
4- Version: 7.4.6
4+ Version: 7.4.8
55Section: admin
66Maintainer: HestaCP <info@hestiacp.com>
77Homepage: https://www.hestiacp.com
You can’t perform that action at this time.
0 commit comments