forked from LBRYCommunity/lbry-sdk
hub->lbry-hub
This commit is contained in:
parent
7df4cc44c4
commit
c6372ea9de
2 changed files with 4 additions and 4 deletions
|
@ -20,6 +20,6 @@ if [[ -n "$SNAPSHOT_URL" ]] && [[ ! -f /database/claims.db ]]; then
|
||||||
rm "$filename"
|
rm "$filename"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
/home/lbry/.local/bin/hub-elastic-sync /database/claims.db
|
/home/lbry/.local/bin/lbry-hub-elastic-sync /database/claims.db
|
||||||
echo 'starting server'
|
echo 'starting server'
|
||||||
/home/lbry/.local/bin/hub "$@"
|
/home/lbry/.local/bin/lbry-hub "$@"
|
||||||
|
|
4
setup.py
4
setup.py
|
@ -28,9 +28,9 @@ setup(
|
||||||
entry_points={
|
entry_points={
|
||||||
'console_scripts': [
|
'console_scripts': [
|
||||||
'lbrynet=lbry.extras.cli:main',
|
'lbrynet=lbry.extras.cli:main',
|
||||||
'hub=lbry.wallet.server.cli:main',
|
'lbry-hub=lbry.wallet.server.cli:main',
|
||||||
'orchstr8=lbry.wallet.orchstr8.cli:main',
|
'orchstr8=lbry.wallet.orchstr8.cli:main',
|
||||||
'hub-elastic-sync=lbry.wallet.server.db.elasticsearch.sync:run_elastic_sync'
|
'lbry-hub-elastic-sync=lbry.wallet.server.db.elasticsearch.sync:run_elastic_sync'
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
install_requires=[
|
install_requires=[
|
||||||
|
|
Loading…
Reference in a new issue