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 | \
@@ -33,4 +30,7 @@ while true; do
echo "Either monitor or current is not available, skipping check."
fi
sleep 5s
done
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.