export PATH with /sbin included

This commit is contained in:
Serghey Rodin 2013-04-27 14:30:16 +03:00
commit 98bdf88ef6

View file

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