mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
5 lines
120 B
Bash
Executable File
5 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
chown -R minecraft:minecraft /data /start-minecraft
|
|
exec su -s /bin/bash -c /start-minecraft minecraft
|