mirror of
https://github.com/LpmRaven/factorio-docker-server.git
synced 2024-12-12 08:24:07 +02:00
7 lines
164 B
Bash
7 lines
164 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
if [ ! -f /opt/factorio/saves/save0.zip ]; then
|
||
|
/opt/factorio/bin/x64/factorio --create save0
|
||
|
fi
|
||
|
/opt/factorio/bin/x64/factorio --start-server save0
|