Commit 768120b1 authored by xuezj's avatar xuezj

测试日志

parent 3a0b4a23
...@@ -26,13 +26,13 @@ mkdir "${logdir}" ...@@ -26,13 +26,13 @@ mkdir "${logdir}"
echo "创建日志目录:$logdir" echo "创建日志目录:$logdir"
rm -rf "logs" rm -rf "logs"
ln -s "${logdir}" "logs2" ln -s "${logdir}" "${package_path}/logs"
echo "start" echo "start"
node ./bin/server.js node ./bin/server.js
if [[ $DEBUG == 1 ]]; then if [[ $DEBUG == 1 ]]; then
echo 'debug' echo 'debug's
tail -f ~/.bashrc tail -f ~/.bashrc
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment