6 lines
100 B
Bash
6 lines
100 B
Bash
#!/bin/sh
|
|
set -e
|
|
|
|
## Skipping chown for bind-mounted DB folder to avoid permission errors
|
|
|
|
exec "$@" |