update entrypoint

This commit is contained in:
Jack Robison 2022-05-18 15:08:56 -04:00
parent 706971edbe
commit b873f75ff6
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -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