[X2Go-Commits] [live-build-x2go] 30/108: fixed purpose description in comments
git-admin at x2go.org
git-admin at x2go.org
Wed Mar 20 22:13:10 CET 2019
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to branch feature/openbox
in repository live-build-x2go.
commit 974c58a3fe648dc0d5bf1afdb3f009be302109b4
Author: Stefan Baur (BAUR-ITCS) <kontakt at baur-itcs.de>
Date: Thu Feb 8 14:09:26 2018 +0100
fixed purpose description in comments
---
.../includes.chroot/lib/live/config/2280-x2go-getportableappsessions | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions b/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions
index d352181..183fa89 100755
--- a/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions
+++ b/config/includes.chroot/lib/live/config/2280-x2go-getportableappsessions
@@ -49,10 +49,10 @@ X2GoGetPortableAppSessions ()
# search for our magic label
X2GOTCELIVELABELS=$(echo "$LABELMPLIST" | awk '$3~/^[^\/]/ && $3="" ; $1=="X2GO-TCE-LIVE" { print $2 " " $3 " " $4}')
- # support for second label value (for dual-mode media where keys are stored on the windows-readable partition)
+ # support for second label value (for dual-mode media where config is stored on the windows-readable partition)
PORTABLEAPPLABELS=$(echo "$LABELMPLIST" | awk '$3~/^[^\/]/ && $3="" ; $1=="PORTABLEAPP" { print $2 " " $3 " " $4}')
- # block device list, removable first (we want USB media to be able to override keys on fixed disks)
+ # block device list, removable first (we want USB media to be able to override configs on fixed disks)
BLOCKDEVS="$(echo "$X2GOTCELIVELABELS\n$PORTABLEAPPLABELS" | awk '$3 == "1" {print $2}') $(echo "$X2GOTCELIVELABELS\n$PORTABLEAPPLABELS" | awk '$3 == "0" {print $2}')"
# for every block device in our list, do ...
--
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