Преглед изворни кода

export PATH with /sbin included

Serghey Rodin пре 13 година
родитељ
комит
4ee561950d
1 измењених фајлова са 2 додато и 0 уклоњено
  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'