use master branch for ui in .deb

This commit is contained in:
Jack 2016-04-17 20:11:10 -04:00
parent 5f49827bd2
commit 7b9d84f528

View file

@ -17,7 +17,7 @@ urlencode() {
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
if [ -z "$(pgrep lbrynet-daemon)" ]; then
echo "running lbrynet-daemon..."
$DIR/lbrynet-daemon --branch=settings-page &
$DIR/lbrynet-daemon &
sleep 3 # let the daemon load before connecting
fi