super-graph/scripts/start.sh

7 lines
130 B
Bash
Raw Normal View History

#!/bin/sh
if test -f "./config/$SECRETS_FILE"
then
./sops --config ./config exec-env "./config/$SECRETS_FILE" "$*"
else
$@
fi