usr/bin/chromium-monitor aktualisiert
This commit is contained in:
@@ -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
|
#!/bin/bash
|
||||||
get_monitor() {
|
get_monitor() {
|
||||||
sudo cat /var/lib/dhcp/* | grep -a "option monitor" | tail -1 | \
|
sudo cat /var/lib/dhcp/* | grep -a "option monitor" | tail -1 | \
|
||||||
@@ -34,3 +31,6 @@ while true; do
|
|||||||
fi
|
fi
|
||||||
sleep 5s
|
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.
|
||||||
Reference in New Issue
Block a user