Skip to content

Commit

Permalink
Fix startpaassteemd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandeberg committed Feb 14, 2018
1 parent 2e9fcb3 commit ed7abf4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions contrib/startpaassteemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@

VERSION=`cat /etc/steemdversion`

<<<<<<< HEAD
if [[ ! "$IS_BROADCAST_NODE" ]]; then
STEEMD="/usr/local/steemd-full/bin/steemd"
else
STEEMD="/usr/local/steemd-default/bin/steemd"
=======
if [[ "$IS_BROADCAST_NODE" ]]; then
STEEMD="/usr/local/steemd-default/bin/steemd"
elif [[ "$IS_AH_NODE" ]]; then
STEEMD="/usr/local/steemd-default/bin/steemd"
else
STEEMD="/usr/local/steemd-full/bin/steemd"
>>>>>>> develop
fi

chown -R steemd:steemd $HOME
Expand Down

0 comments on commit ed7abf4

Please sign in to comment.