mirror of
https://github.com/luzifer-docker/factorio.git
synced 2024-11-08 14:50:03 +00:00
Fix: Missing ;;
This commit is contained in:
parent
2805355be7
commit
c9828cb78d
1 changed files with 1 additions and 0 deletions
1
start.sh
1
start.sh
|
@ -32,6 +32,7 @@ case ${ACTION} in
|
||||||
echo "Usage: docker run quay.io/luzifer/factorio [init | create | start]"
|
echo "Usage: docker run quay.io/luzifer/factorio [init | create | start]"
|
||||||
echo
|
echo
|
||||||
echo "Alternative: docker run quay.io/luzifer/factorio <factorio server options>"
|
echo "Alternative: docker run quay.io/luzifer/factorio <factorio server options>"
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
exec ${BINARY} "$@"
|
exec ${BINARY} "$@"
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue