export PATH with /sbin included

This commit is contained in:
Serghey Rodin 2013-04-27 14:15:49 +03:00
commit 4ee561950d

View file

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