bumblebee/docker/docker-entrypoint.d/00-preflight.sh

10 lines
145 B
Bash

#!/bin/sh
set -e
[ -z "$DEBUG" ] || set -x
if [ ! -f /app/bumblebee ]; then
echo "$0: /app/bumblebee not found, I can't start!!"
exit 1
fi