1
0
mirror of https://github.com/binary-kitchen/doorlockd synced 2024-06-12 19:22:35 +02:00

small bugfix

This commit is contained in:
Ralf Ramsauer 2015-05-18 22:25:47 +02:00
parent 31be64a084
commit 0f17b17568

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()