small bugfix

This commit is contained in:
Ralf Ramsauer 2015-05-18 22:25:47 +02:00
parent 31be64a084
commit 0f17b17568
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ void Door::lock()
_heartbeat.join();
}
system("wget -O /dev/null --timeout 3 \"http://homer.binary.kitchen:8080/set?color=000000\" 2>&1 > /dev/null");
system("wget -O /dev/null --timeout 3 \"http://homer.binary.kitchen:8080/set?color=000000\" > /dev/null 2>&1");
}
void Door::unlock()