usr/bin/chromium-monitor aktualisiert

This commit is contained in:
2024-10-16 11:11:16 +02:00
parent 72f87e68f8
commit fb8ff04041

View File

@@ -1,6 +1,3 @@
# Version 1.0:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.
#!/bin/bash
get_monitor() {
sudo cat /var/lib/dhcp/* | grep -a "option monitor" | tail -1 | \
@@ -34,3 +31,6 @@ while true; do
fi
sleep 5s
done
# Version 1.0:
# Created 2024 by Tim Eertmoed, Christian Hampp @ WiS IT-Solutions GmbH, Germany to work on Raspian as custom pxe init script.