[X2Go-Commits] [live-build-x2go] 07/08: Revert "/dev/disxk/by-label may contain "\x20" for blanks, this needs to be"
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 22:06:26 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox-magic-pixel-workaround-buster-heuler-bpo
in repository live-build-x2go.
commit ba2f639e756e9a9cfce233c14b9dd215a84d6bf7
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Sat Aug 22 19:39:59 2020 +0200
Revert "/dev/disxk/by-label may contain "\x20" for blanks, this needs to be"
This reverts commit b5efa0f1364163765493bb86ee17d426d0bdc244.
---
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 9f29e14..17ad29f 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
- [ "$(echo -e "$LABELLIST")" = "$LSBLKLIST" ] && break
+ [ "$LABELLIST" = "$LSBLKLIST" ] && break
sleep 1
done
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git
More information about the x2go-commits
mailing list