@ -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