Skip to content

Commit

Permalink
Update firstrun.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aptalca committed Nov 4, 2015
1 parent cab0fd0 commit 81e7354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firstrun.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else
fi

if [ ! $HARMONYIP="None" ]; then
ADDPARAM+=" -Dharmony.address=$HARMONYIP Dharmony.user=$HARMONYUSER -Dharmony.pwd=$HARMONYPWD"
ADDPARAM+=" -Dharmony.address=$HARMONYIP -Dharmony.user=$HARMONYUSER -Dharmony.pwd=$HARMONYPWD"
echo "Harmony connected at IP address : $HARMONYIP"
else
echo "Harmony not connected"
Expand Down

0 comments on commit 81e7354

Please sign in to comment.