diff options
Diffstat (limited to 'initramfs/initrd-stuff/bin')
| -rwxr-xr-x | initramfs/initrd-stuff/bin/servconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig index fcb4bfd7..f92f11f4 100755 --- a/initramfs/initrd-stuff/bin/servconfig +++ b/initramfs/initrd-stuff/bin/servconfig @@ -349,7 +349,8 @@ Type=Application" >/mnt/etc/X11/sessions/default.desktop for i in /mnt/var/lib/vmware/vmsessions/*.desktop; do # only link if in right slxgrp slxgrpstr=$(sed \ - 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;/slxgrp=/!d' \ ${i} | sed '$!d;s/slxgrp=//') + 'y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/;/slxgrp=/!d' ${i} \ + | sed '$!d;s/slxgrp=//') slxgrptest="false" # FIXME: maybe logfile sometime ;) #echo "=${slxgrpstr}=" |
