Przeglądaj źródła

export PATH with /sbin included

Serghey Rodin 13 lat temu
rodzic
commit
fbdb3d1924
1 zmienionych plików z 1 dodań i 1 usunięć
  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'