From ba99a183a1df72c48393c0a7809c6938e96196cb Mon Sep 17 00:00:00 2001 From: Leopere Date: Tue, 2 Oct 2018 18:11:43 -0400 Subject: [PATCH] This is in the $PATH now --- lbrycrd/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lbrycrd/start.sh b/lbrycrd/start.sh index f11f083..8d6be8a 100755 --- a/lbrycrd/start.sh +++ b/lbrycrd/start.sh @@ -9,7 +9,7 @@ chmod -R 755 /etc/lbrycrdd rm -f /var/run/lbrycrdd.pid ## For now keeping this simple. Potentially eventually add all command args as envvars for the Dockerfile or use safe way to add args via docker-compose.yml -~/lbrycrdd \ +lbrycrdd \ -conf=${CONF_PATH:-/etc/lbrycrdd/lbrycrdd.conf} \ -data=${DATA_DIR:-/data/} \ -port=${PORT:-9246} \