.. -> ...

This commit is contained in:
rlx 2016-01-14 11:46:29 +05:30
parent af5f84919e
commit ca1a23f856

4
ctl
View file

@ -153,9 +153,9 @@ if [ "$1" == "update" ]; then
if [ -d "$BASE/$NAME/.git" ]; then if [ -d "$BASE/$NAME/.git" ]; then
OLD=`"$0" version` OLD=`"$0" version`
cd "$BASE/platform" cd "$BASE/platform"
echo Update platform.. echo Update platform...
git pull git pull
echo Update $NAME.. echo Update $NAME...
cd "$BASE/$NAME" cd "$BASE/$NAME"
find . -name "*.pyc" -exec rm "{}" \; find . -name "*.pyc" -exec rm "{}" \;
git pull git pull