From fb8ff04041f43d05872587a4b17b13dd100b7287 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 11:11:16 +0200 Subject: [PATCH] usr/bin/chromium-monitor aktualisiert --- usr/bin/chromium-monitor | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/bin/chromium-monitor b/usr/bin/chromium-monitor index 70fcc4c..edae130 100644 --- a/usr/bin/chromium-monitor +++ b/usr/bin/chromium-monitor @@ -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 \ No newline at end of file +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. \ No newline at end of file