mirror of
https://github.com/luzifer-docker/starbound.git
synced 2024-11-08 11:49:59 +00:00
7 lines
166 B
Bash
Executable file
7 lines
166 B
Bash
Executable file
#!/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
|