This commit is contained in:
aozhiwei 2019-12-16 16:15:34 +08:00
parent 43a09bd136
commit b44f1b9c11

View File

@ -1,11 +1,6 @@
#!/bin/bash
env |grep -q "is_out_net"
if [ $? -eq 0 ]; then
exit 0
fi
if [[ -f ".nosync" ]]; then
if [[ ! -d "../client_proto/resources" ]]; then
echo "nosync proto"
exit 0
fi