fix double-tab bug on linux

This commit is contained in:
Alex Grintsvayg 2016-08-17 14:30:56 -04:00
parent 975e83a015
commit 0841aad07a

View file

@ -42,7 +42,7 @@ DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
if [ -z "$(pgrep lbrynet-daemon)" ]; then
echo "running lbrynet-daemon..."
$DIR/lbrynet-daemon --branch="$WEB_UI_BRANCH" &
$DIR/lbrynet-daemon --no-launch --branch="$WEB_UI_BRANCH" &
sleep 3 # let the daemon load before connecting
fi