mirror of
https://github.com/factoriotools/factorio-docker.git
synced 2025-10-30 16:38:06 +01:00
@@ -35,7 +35,7 @@ if [ "$NRTMPSAVES" -gt 0 ]; then
|
||||
rm -f "$SAVES"/*.tmp.zip
|
||||
fi
|
||||
|
||||
if [[ $UPDATE_MODS_ON_START ]]; then
|
||||
if [[ ${UPDATE_MODS_ON_START:-} ]]; then
|
||||
./docker-update-mods.sh
|
||||
fi
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -x
|
||||
#!/bin/bash -x
|
||||
if [ -z "$1" ]; then
|
||||
echo "No argument supplied"
|
||||
fi
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/bin/sh -x
|
||||
#!/bin/bash -x
|
||||
if [ -z "$1" ]; then
|
||||
echo "No argument supplied"
|
||||
fi
|
||||
|
||||
@@ -12,7 +12,7 @@ print_step()
|
||||
echo "$1"
|
||||
}
|
||||
|
||||
print_success()
|
||||
print_success()
|
||||
{
|
||||
echo "$1"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user