浏览代码

export PATH with /sbin included

Serghey Rodin 13 年之前
父节点
当前提交
fbdb3d1924
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      install/vst-install.sh

+ 1 - 1
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'