mirror of
https://github.com/binary-kitchen/doorlockd
synced 2024-12-22 02:14:26 +01:00
small bugfix
This commit is contained in:
parent
31be64a084
commit
0f17b17568
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user