zxwreader commited on
Commit
99f2ca5
·
verified ·
1 Parent(s): 84ae2eb

Update install_reader.sh

Browse files
Files changed (1) hide show
  1. install_reader.sh +1 -1
install_reader.sh CHANGED
@@ -40,7 +40,7 @@ cd ../bin
40
  if [ -f "./startup.sh" ]; then
41
  echo "正在启动服务..."
42
  chmod +x "./startup.sh"
43
- ./startup.sh -m multi -i 248362390 -k zxw328
44
  echo "服务已启动!"
45
  tail -f /app/logs/start.out
46
  else
 
40
  if [ -f "./startup.sh" ]; then
41
  echo "正在启动服务..."
42
  chmod +x "./startup.sh"
43
+ ./startup.sh -m single
44
  echo "服务已启动!"
45
  tail -f /app/logs/start.out
46
  else