diff options
| author | Manuel Schneider | 2013-12-02 19:19:26 +0100 |
|---|---|---|
| committer | Manuel Schneider | 2013-12-02 19:19:26 +0100 |
| commit | f8a146d746b7d61fc8e1bf2eb97e448ca47a857a (patch) | |
| tree | 0b736e1698069de2dc442931de529f1ccd40f9a8 /remote/modules/vmware | |
| parent | xmodesetter (diff) | |
| parent | [xorg] Support /etc/X11/Xsession.d (diff) | |
| download | tm-scripts-f8a146d746b7d61fc8e1bf2eb97e448ca47a857a.tar.gz tm-scripts-f8a146d746b7d61fc8e1bf2eb97e448ca47a857a.tar.xz tm-scripts-f8a146d746b7d61fc8e1bf2eb97e448ca47a857a.zip | |
Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware')
| -rw-r--r-- | remote/modules/vmware/data/etc/X11/Xreset.d/vmware | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmware/data/etc/X11/Xreset.d/vmware b/remote/modules/vmware/data/etc/X11/Xreset.d/vmware index c453aafd..ee436292 100644 --- a/remote/modules/vmware/data/etc/X11/Xreset.d/vmware +++ b/remote/modules/vmware/data/etc/X11/Xreset.d/vmware @@ -4,7 +4,7 @@ VMWARE_TMP_DIRS="$(cat /proc/mounts | grep "/tmp/vmware-" | awk -F " " '{print $1}')" for DIR in $VMWARE_TMP_DIRS; do - umount -l $DIR || echo "could not unmount." + umount -l "$DIR" || echo "Could not unmount." done exit 0 |
