docker-lbrynet/start.sh
2018-10-04 00:15:23 +07:00

8 lines
109 B
Bash
Executable file

#!/bin/sh
if [ ! -d "$LBRY_LBRYUM_WALLET_DIR" ]; then
mkdir $LBRY_LBRYUM_WALLET_DIR
fi
./lbrynet start