#!/bin/sh if [ ! -d "/gorb/config" ]; then mkdir /gorb/config fi if [ ! -d "/gorb/logs" ]; then mkdir /gorb/logs fi if [ ! -f "/gorb/config/config.toml" ]; then cat > /gorb/config/config.toml < /gorb/logs/stdout.log 2> /gorb/logs/stderr.log