wangshuai 5 years ago
commit c62ea68710

@ -7,4 +7,3 @@ sleep 3
chmod +x dsSupport
# 运行为后台进程
nohup /usr/local/dsMin/dsSupport/dsSupport >> /usr/local/dsMin/dsSupport/dsSupport.log 2>&1 &

@ -1,3 +1,6 @@
:: 提交时转换为LF检出时不转换以上问题使用此命令可解决
git config --global core.autocrlf input
git add -A .
git commit -am 'commit'
git pull

Loading…
Cancel
Save