#!/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 <&1 | tee /gorb/logs/backend.log