Преглед изворни кода

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'