Explorar el Código

export PATH with /sbin included

Serghey Rodin hace 13 años
padre
commit
98bdf88ef6
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      install/vst-install.sh

+ 1 - 2
install/vst-install.sh

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