diff --git a/bin/v-change-user-password b/bin/v-change-user-password index a1b6a76fb..30328641f 100755 --- a/bin/v-change-user-password +++ b/bin/v-change-user-password @@ -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