forked from LBRYCommunity/lbry-sdk
use master branch for ui in .deb
This commit is contained in:
parent
5f49827bd2
commit
7b9d84f528
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ urlencode() {
|
||||||
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
if [ -z "$(pgrep lbrynet-daemon)" ]; then
|
if [ -z "$(pgrep lbrynet-daemon)" ]; then
|
||||||
echo "running lbrynet-daemon..."
|
echo "running lbrynet-daemon..."
|
||||||
$DIR/lbrynet-daemon --branch=settings-page &
|
$DIR/lbrynet-daemon &
|
||||||
sleep 3 # let the daemon load before connecting
|
sleep 3 # let the daemon load before connecting
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue