Skip to content

Commit

Permalink
this is not a not
Browse files Browse the repository at this point in the history
  • Loading branch information
jredbeard committed Oct 25, 2017
1 parent 1307bfa commit cc5d771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/startpaassteemd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ ! "$IS_BROADCAST_NODE" ]]; then
fi

# overwrite local config with image one
if [[ ! "$IS_BROADCAST_NODE" ]]; then
if [[ "$IS_BROADCAST_NODE" ]]; then
cp /etc/steemd/config.ini $HOME/config.ini
else
cp /etc/steemd/fullnode.config.ini $HOME/config.ini
Expand Down

0 comments on commit cc5d771

Please sign in to comment.