Skip to content

Commit

Permalink
fix workaround for ww pumps
Browse files Browse the repository at this point in the history
temporary workaround for
oskarpearson/mmeowlink#55
  • Loading branch information
PieterGit committed Dec 31, 2016
1 parent 65da6ed commit 78b2c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/oref0-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ else

# Hack to check if radio_locale has been set in pump.ini. This is a temporary workaround for https://github.com/oskarpearson/mmeowlink/issues/55
# It will remove empty line at the end of pump.ini and then append radio_locale if it's not there yet
grep -q radio_locale pump.ini && echo "$(< pump.ini)" > pump.ini ; echo "radio_locale=$radio_locale" >> pump.ini
grep -q radio_locale pump.ini || echo "$(< pump.ini)" > pump.ini ; echo "radio_locale=$radio_locale" >> pump.ini
fi
fi

Expand Down

0 comments on commit 78b2c79

Please sign in to comment.