mirror of
https://github.com/luzifer-docker/starbound.git
synced 2024-11-08 11:49:59 +00:00
8 lines
166 B
Bash
8 lines
166 B
Bash
|
#!/usr/local/bin/dumb-init /bin/bash
|
||
|
set -euxo pipefail
|
||
|
|
||
|
chown steam /home/steam/starbound/storage
|
||
|
cd /home/steam/starbound/linux
|
||
|
|
||
|
exec gosu steam ./starbound_server
|