Sfoglia il codice sorgente

export PATH with /sbin included

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

+ 2 - 0
install/vst-install.sh

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