Merge pull request #56 from serghey-rodin/master

Importing system enviroment in v-change-user-password
This commit is contained in:
myvesta 2020-04-11 02:17:37 +02:00 committed by GitHub
commit 81804028ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,6 +13,10 @@
user=$1
password=$2; HIDE=2
# Importing system enviroment as we run this script
# mostly by cron wich not read it by itself
source /etc/profile
# Includes
source $VESTA/func/main.sh
source $VESTA/conf/vesta.conf