# HG changeset patch # User Severin Gehwolf # Date 1503489415 -7200 # Node ID 2f04aa98a8a92e1cebfe835e5f9092791b4d4651 # Parent 13709102af90264cbdc1ac8e6728ee9853116a32 Use correct agent credentials (post BASIC). Reviewed-by: jkang Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-August/024651.html diff -r 13709102af90 -r 2f04aa98a8a9 thermostat-ng.sh --- a/thermostat-ng.sh Fri Aug 18 10:31:35 2017 -0400 +++ b/thermostat-ng.sh Wed Aug 23 13:56:55 2017 +0200 @@ -213,7 +213,7 @@ if [ ! -d "$agent_conf" ]; then mkdir -p "$agent_conf_dir" fi - echo "username=foo-agent-user" >> $agent_conf + echo "username=agent" > $agent_conf echo "password=agent-pwd" >> $agent_conf ## convert Windows backslashes in paths to '/' if [ $CYGWIN_MODE == 0 ] ; then