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