#!/bin/bash # Copy default files to volume on first run if [ ! "$(ls -A /ss14)" ]; then cp -r /ss14-default/* /ss14/ fi # Run watchdog cd /ss14/publish/ exec ./SS14.Watchdog "$@"