mao123qw commited on
Commit
88c8ee2
·
verified ·
1 Parent(s): 7effc70

Update install_reader.sh

Browse files
Files changed (1) hide show
  1. install_reader.sh +1 -1
install_reader.sh CHANGED
@@ -76,7 +76,7 @@ if [ -f "./bin/startup.sh" ]; then
76
  chmod +x "./bin/startup.sh"
77
  ./bin/startup.sh -m single
78
  echo "服务已启动!"
79
- tail -f /app/logs/start.out
80
  else
81
  echo "错误:启动脚本不存在"
82
  exit 1
 
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