瀏覽代碼

export PATH with /sbin included

Serghey Rodin 13 年之前
父節點
當前提交
4ee561950d
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      install/vst-install.sh

+ 2 - 0
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'