fix
This commit is contained in:
@@ -13,7 +13,10 @@ RootDir=${1}
|
||||
if [ ! -d "${RootDir}" ]; then
|
||||
usage
|
||||
fi
|
||||
|
||||
cd ${RootDir}
|
||||
Cmd="git pull"
|
||||
echo ${Cmd} && eval ${Cmd}
|
||||
|
||||
for User in cvtt oleg
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user