diff --git a/ctl b/ctl index 52f25d6..b44de47 100755 --- a/ctl +++ b/ctl @@ -100,8 +100,8 @@ if [ "$1" == "update" ]; then git pull echo Update $NAME.. cd "$BASE/$NAME" - git pull find . -name "*.pyc" -exec rm "{}" \; + git pull "$0" setup "$0" update_static > /dev/null NEW=`"$0" version`