fix data-dir write error
Browse files- start_with_sync.sh +2 -2
start_with_sync.sh
CHANGED
|
@@ -94,8 +94,8 @@ SYNC_PID=$!
|
|
| 94 |
echo "Starting caddy..."
|
| 95 |
|
| 96 |
# Start readeck in background
|
| 97 |
-
cp -r /app/openlist /tmp/
|
| 98 |
-
cd /
|
| 99 |
/app/caddy/caddy run /app/Caddyfile &
|
| 100 |
TASK_PID=$!
|
| 101 |
|
|
|
|
| 94 |
echo "Starting caddy..."
|
| 95 |
|
| 96 |
# Start readeck in background
|
| 97 |
+
#cp -r /app/openlist /tmp/
|
| 98 |
+
cd /app/openlist && ./openlist start&
|
| 99 |
/app/caddy/caddy run /app/Caddyfile &
|
| 100 |
TASK_PID=$!
|
| 101 |
|