mao123qw commited on
Commit
79d68b9
·
verified ·
1 Parent(s): 88c8ee2

Update install_reader.sh

Browse files
Files changed (1) hide show
  1. install_reader.sh +3 -2
install_reader.sh CHANGED
@@ -74,9 +74,10 @@ done
74
  if [ -f "./bin/startup.sh" ]; then
75
  echo "正在启动服务..."
76
  chmod +x "./bin/startup.sh"
77
- ./bin/startup.sh -m single
 
78
  echo "服务已启动!"
79
- tail -f ./logs/start.out
80
  else
81
  echo "错误:启动脚本不存在"
82
  exit 1
 
74
  if [ -f "./bin/startup.sh" ]; then
75
  echo "正在启动服务..."
76
  chmod +x "./bin/startup.sh"
77
+ cd bin
78
+ ./startup.sh -m single
79
  echo "服务已启动!"
80
+ tail -f app/logs/start.out
81
  else
82
  echo "错误:启动脚本不存在"
83
  exit 1