From 4ee561950d8d82023cf78e9dda5fbd989aed2c3b Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Sat, 27 Apr 2013 14:15:49 +0300 Subject: [PATCH] export PATH with /sbin included --- install/vst-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/vst-install.sh b/install/vst-install.sh index 7a9fa7149..0e4b177dd 100644 --- a/install/vst-install.sh +++ b/install/vst-install.sh @@ -5,6 +5,8 @@ #----------------------------------------------------------# # Variables&Functions # #----------------------------------------------------------# +PATH=$PATH:/sbin +export $PATH RHOST='r.vestacp.com' CHOST='c.vestacp.com' REPO='cmmnt'