storj/cmd/storagenode/alpha/setup.sh

7 lines
143 B
Bash
Raw Normal View History

#!/bin/sh
set -euo pipefail
if [[ ! -f "config/config.yaml" ]]; then
./storagenode setup --config-dir config --identity-dir /app/identity
fi