storj/cmd/versioncontrol/entrypoint

8 lines
141 B
Plaintext
Raw Normal View History

#!/bin/sh
if [ ! -f $HOME/.local/share/storj/versioncontrol/config.yaml ]; then
/app/versioncontrol setup
fi
exec /app/versioncontrol run