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