mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-01-27 17:54:45 +01:00
setup script-output directory
This commit is contained in:
parent
cc23bb396e
commit
b94db83033
@ -8,6 +8,7 @@ mkdir -p $SAVES
|
|||||||
mkdir -p $CONFIG
|
mkdir -p $CONFIG
|
||||||
mkdir -p $MODS
|
mkdir -p $MODS
|
||||||
mkdir -p $SCENARIOS
|
mkdir -p $SCENARIOS
|
||||||
|
mkdir -p $SCRIPTOUTPUT
|
||||||
|
|
||||||
if [ ! -f $CONFIG/rconpw ]; then
|
if [ ! -f $CONFIG/rconpw ]; then
|
||||||
echo $(pwgen 15 1) > $CONFIG/rconpw
|
echo $(pwgen 15 1) > $CONFIG/rconpw
|
||||||
|
Loading…
x
Reference in New Issue
Block a user