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