Sfoglia il codice sorgente

export PATH with /sbin included

Serghey Rodin 13 anni fa
parent
commit
98bdf88ef6
1 ha cambiato i file con 1 aggiunte e 2 eliminazioni
  1. 1 2
      install/vst-install.sh

+ 1 - 2
install/vst-install.sh

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