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 632afc15c116150e6977df31d516cd672a715f80
Author: Stefan Baur (BAUR-ITCS) <[email protected]>
Date:   Sun Jun 28 00:53:50 2020 +0200

    removed bashism
---
 config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia 
b/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia
index b2a700c..515acfa 100755
--- a/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia
+++ b/config/includes.chroot/lib/live/config/2260-getsshhostkeysfrommedia
@@ -84,7 +84,7 @@ GetSSHHostKeysFromMedia ()
                        LABELMPLIST=$(lsblk -oLABEL,RM,NAME,MOUNTPOINT -ln)
                        LSBLKLIST=$(echo "$LABELMPLIST" | grep -v "^ " | awk 
'{print $1}' | sort -u | tr '\n' '|') # generated from lsblk
                        echo -n "\n$(date +'%F | %T | ')'$0' Status of lsblk: 
'$LSBLKLIST'." | tee -a /dev/tty8
-                       [ "$LABELLIST" == "$LSBLKLIST" ] && break
+                       [ "$LABELLIST" = "$LSBLKLIST" ] && break
                done
 
                 # search for our magic label

--
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
[email protected]
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to