You've already forked factorio-docker-server
mirror of
https://github.com/LpmRaven/factorio-docker-server.git
synced 2026-04-24 19:03:59 +02:00
7 lines
164 B
Bash
Executable File
7 lines
164 B
Bash
Executable File
#!/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
|