Prechádzať zdrojové kódy

export PATH with /sbin included

Serghey Rodin 13 rokov pred
rodič
commit
fbdb3d1924
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      install/vst-install.sh

+ 1 - 1
install/vst-install.sh

@@ -6,7 +6,7 @@
 #                  Variables&Functions                     #
 #                  Variables&Functions                     #
 #----------------------------------------------------------#
 #----------------------------------------------------------#
 PATH=$PATH:/sbin
 PATH=$PATH:/sbin
-export $PATH
+export PATH=$PATH
 RHOST='r.vestacp.com'
 RHOST='r.vestacp.com'
 CHOST='c.vestacp.com'
 CHOST='c.vestacp.com'
 REPO='cmmnt'
 REPO='cmmnt'