#!/usr/bin/env bash set -eu if ! [[ -v STATE_DIRECTORY && -v CREDENTIALS_DIRECTORY ]]; then echo "Error: Runtime dir or credential not set" exit 1 fi # Update the server to the latest version echo "Updating/installing starbound" mkdir -p "${STATE_DIRECTORY}/.steamcmd" steamcmd <