.
This commit is contained in:
10
bin/cPull2
10
bin/cPull2
@ -309,7 +309,7 @@ case $1 in
|
||||
mkdir -p ${ZSHARED}
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
myconfig)
|
||||
RSYNCSOURCE="myconfig"
|
||||
RSYNCDEST=${ZCONFIG}
|
||||
if [ ! -d ${ZCONFIG} ]
|
||||
@ -317,6 +317,14 @@ case $1 in
|
||||
mkdir -p ${ZCONFIG}
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
RSYNCSOURCE="public"
|
||||
RSYNCDEST=${ZGOLD}
|
||||
if [ ! -d ${ZGOLD} ]
|
||||
then
|
||||
mkdir -p ${ZGOLD}
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
if [ -s /root/.cpullenv ]
|
||||
|
||||
Reference in New Issue
Block a user