pcdn commited on
Commit
6bcee3b
1 Parent(s): ac7a797

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +2 -2
entrypoint.sh CHANGED
@@ -6,10 +6,10 @@ mkdir -p logs
6
 
7
 
8
 
9
- #./alist server > /ghostfile/logs/alist.log 2>&1 &
10
 
11
 
12
- ./alist-proxy -address $address -token $token &
13
 
14
 
15
 
 
6
 
7
 
8
 
9
+ #./alist server
10
 
11
 
12
+ ./alist-proxy -address $address -token $token > /ghostfile/logs/proxy.log 2>&1 &
13
 
14
 
15