dayzdockerserver/server/start.sh
Daniel Ceregatti cf47b7fe1f Continued work on the web UI:
XML "editor" WIP.
Add xmltree component.
Start work on shelling out to steamcmd from node.
Move script functions out of common and into individual scripts.
Update docs.
2023-06-03 21:57:14 -07:00

14 lines
414 B
Bash
Executable file

#!/usr/bin/env bash
# Set PS1 so we know we're in the container
cat > .bashrc <<EOF
alias ls='ls --color'
export PS1="${debian_chroot:+($debian_chroot)}\u@dz-server:\w\$ "
EOF
# Uncomment the line below to run things manually in the container, then run:
# docker compose exec main bash, and from within the container: dz start (or do whatever)
tail -f /dev/null
# Otherwise, start the server normally
#dz start