basicswap/docker/entrypoint.sh
2020-12-02 23:19:10 +02:00

6 lines
77 B
Bash
Executable file

#!/bin/bash
set -e
chown -R swap_user "$DATADIRS"
exec gosu swap_user "$@"