nump commited on
Commit
b3a21bc
1 Parent(s): a0e371c

Upload start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
  # 启动 aria2
3
- aria2c --conf-path=/app/aria2.conf
4
  # 启动 Cloudreve
5
  ./cloudreve -c /app/conf.ini
 
1
  #!/bin/bash
2
  # 启动 aria2
3
+ aria2c --conf-path=/app/aria2.conf &
4
  # 启动 Cloudreve
5
  ./cloudreve -c /app/conf.ini