From b873f75ff6a2b81e11d66bc010ecaea6d06b34ee Mon Sep 17 00:00:00 2001 From: Jack Robison Date: Wed, 18 May 2022 15:08:56 -0400 Subject: [PATCH] update entrypoint --- scripts/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/entrypoint.sh b/scripts/entrypoint.sh index e78adec..6ff7cb1 100755 --- a/scripts/entrypoint.sh +++ b/scripts/entrypoint.sh @@ -11,7 +11,7 @@ fi case "$HUB_COMMAND" in scribe ) exec /home/lbry/.local/bin/scribe "$@" ;; - scribe-hub ) exec /home/lbry/.local/bin/herald "$@" ;; + herald ) exec /home/lbry/.local/bin/herald "$@" ;; scribe-elastic-sync ) exec /home/lbry/.local/bin/scribe-elastic-sync "$@" ;; * ) "HUB_COMMAND env variable must be scribe, herald, or scribe-elastic-sync" && exit 1 ;; esac