From 1d8800726e287022aef93df13fec5c16cd9d6f9d Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Fri, 6 Jun 2014 14:44:26 +0300 Subject: [PATCH] Import sys env. Fixes #153 --- bin/v-update-sys-vesta-all | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/v-update-sys-vesta-all b/bin/v-update-sys-vesta-all index f73ef95e..75bc036f 100755 --- a/bin/v-update-sys-vesta-all +++ b/bin/v-update-sys-vesta-all @@ -9,6 +9,9 @@ # Variable&Function # #----------------------------------------------------------# +# Importing system variables +source /etc/profile + # Includes source $VESTA/func/main.sh source $VESTA/conf/vesta.conf