This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch feature/openbox-magic-pixel-workaround-buster
in repository live-build-x2go.

commit 528948bb53c14045342cae8bde75eba0dad45ef4
Author: Stefan Baur (BAUR-ITCS) <kont...@baur-itcs.de>
Date:   Sat Jun 27 16:48:44 2020 +0200

    added status message log output
---
 config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia 
b/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia
index fefd693..3391a61 100755
--- a/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia
+++ b/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia
@@ -82,6 +82,8 @@ GetSSHHostKeysFromMedia ()
                 # search for our magic label
                 X2GOTCELIVELABELS=$(echo "$LABELMPLIST" | awk '$1 == 
"X2GO-TCE-LIVE" { print $2 " " $3 " " $4}')
 
+               [ -z "$X2GOTCELIVELABELS" ] && echo -n "\n$(date +'%F | %T | 
')'$0' No matching 'magic' label(s) found." | tee -a /dev/tty8
+
                 # block device list, non-removable first (for security - we 
don't want USB media to be able to override keys on fixed disks)
                 BLOCKDEVS="$(echo "$X2GOTCELIVELABELS" | awk '$1 == "0" {print 
$2}' ) $(echo "$X2GOTCELIVELABELS" | awk '$1 == "1" {print $2}' )"
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/live-build-x2go.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to