Skip to content

Commit

Permalink
解决版本依赖冲突
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyunjie committed Feb 7, 2021
1 parent 3ca61ab commit cab6e5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ character_set_server=utf8mb4
`easy_install-3.6 pip`

##### openvpn-cms-flask
`git clone https://github.com/xiaoyunjie/openvpn-cms-flask.git`
`git clone https://github.com/xiaoyunjie/openvpn-cms-flask.git openvpn-cms-flask`

`cd openvpn-cms-flask && python3.6 -m venv venv`

Expand Down
4 changes: 2 additions & 2 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ else
ps aux | egrep 'starter' | grep -v grep | awk '{ print \$2 }' | xargs kill -9
fi
source /opt/openvpn-cms-flask-master/venv/bin/activate
source /opt/openvpn-cms-flask/venv/bin/activate
cd /opt/openvpn-cms-flask-master && python starter.py >>/var/log/openvpn-cms-flask.log 2>&1 &
cd /opt/openvpn-cms-flask && python starter.py >>/var/log/openvpn-cms-flask.log 2>&1 &
exit 0
EOF
Expand Down

0 comments on commit cab6e5a

Please sign in to comment.