Skip to content

Commit

Permalink
支持 自动将下载完成的文件上传至alist
Browse files Browse the repository at this point in the history
  • Loading branch information
wushuo894 committed Nov 13, 2024
1 parent 6e6ae52 commit f28de9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trap 'sigterm_handler' SIGTERM

while :
do
java -jar -Xmx1g $jar_path --port $port &
java -jar -Xmx2g $jar_path --port $port &
wait $!
if [ $? -ne 0 ]; then
break
Expand Down

0 comments on commit f28de9f

Please sign in to comment.