Skip to content

Commit 69adacd

Browse files
author
Kristan Kenney
committed
Merge branch 'fix/2020-08_user-name' into staging/fixes
2 parents 972ac49 + fe3ce86 commit 69adacd

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

bin/v-change-user-package

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ is_package_avalable() {
7878
change_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'
8382
PACKAGE='$package'
8483
WEB_TEMPLATE='$WEB_TEMPLATE'
8584
BACKEND_TEMPLATE='$BACKEND_TEMPLATE'
@@ -166,7 +165,7 @@ shell=$(grep -w "$shell_conf" /etc/shells |head -n1)
166165

167166
# Run template trigger
168167
if [ -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"
170169
fi
171170

172171
# Update disk quota

src/deb/nginx/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-nginx
22
Package: hestia-nginx
33
Priority: optional
4-
Version: 1.17.10
4+
Version: 1.19.1
55
Section: admin
66
Maintainer: HestiaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

src/deb/php/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Source: hestia-php
22
Package: hestia-php
33
Priority: optional
4-
Version: 7.4.6
4+
Version: 7.4.8
55
Section: admin
66
Maintainer: HestaCP <info@hestiacp.com>
77
Homepage: https://www.hestiacp.com

0 commit comments

Comments
 (0)