Skip to content

Commit ce6beed

Browse files
authored
Fix bug in v-update-user-stats (hestiacp#4842)
1 parent 0782deb commit ce6beed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/v-update-user-stats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ user=$1
1515

1616
# Importing system environment as we run this script
1717
# mostly by cron wich not read it by itself
18-
source /etc/profile
18+
source /etc/profile.d/hestia.sh
1919

2020
# Includes
2121
# shellcheck source=/etc/hestiacp/hestia.conf

0 commit comments

Comments
 (0)