mirror of
https://github.com/basicswap/basicswap.git
synced 2024-11-16 15:58:17 +00:00
6 lines
77 B
Bash
Executable file
6 lines
77 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
chown -R swap_user "$DATADIRS"
|
|
exec gosu swap_user "$@"
|
|
|