From 72f87e68f844140d16d0851e4bee5cca3cd3f304 Mon Sep 17 00:00:00 2001 From: Tim Eertmoed Date: Wed, 16 Oct 2024 11:10:54 +0200 Subject: [PATCH] usr/bin/watchdog aktualisiert --- usr/bin/watchdog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/usr/bin/watchdog b/usr/bin/watchdog index aaa0047..cdd268f 100644 --- a/usr/bin/watchdog +++ b/usr/bin/watchdog @@ -1,3 +1,6 @@ +# 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 watchdog=$(sudo cat /var/lib/dhcp/* | grep -a "option watchdog" | tail -1 | \ awk '{for (i=3; i<=NF; i++) printf "%s ", $i}' | tr -d '";')