From e617b424d8287a1686a228e4e422f777ef04d43e Mon Sep 17 00:00:00 2001 From: gutosie Date: Wed, 23 Feb 2022 19:16:59 +0200 Subject: [PATCH] Update dminit --- NeoBoot/bin/dminit | 1 + 1 file changed, 1 insertion(+) diff --git a/NeoBoot/bin/dminit b/NeoBoot/bin/dminit index 863af89..beb19e8 100644 --- a/NeoBoot/bin/dminit +++ b/NeoBoot/bin/dminit @@ -1,6 +1,7 @@ #!/bin/sh NEODEVICE=`cat /usr/lib/enigma2/python/Plugins/Extensions/NeoBoot/.location` IMAGEKATALOG=ImageBoot +HOSTNAME=`cat /etc/hostname` if [ -e /tmp/.init_reboot ]; then rm /tmp/.init_reboot break;