storj/cmd/bootstrap/entrypoint
2019-05-21 13:57:20 +02:00

9 lines
146 B
Bash
Executable File

#!/bin/sh
set -euo pipefail
if [ ! -f $HOME/.local/share/storj/bootstrap/config.yaml ]; then
/app/bootstrap setup
fi
exec ./bootstrap run "$@"