summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmware
diff options
context:
space:
mode:
authorJonathan Bauer2013-12-02 17:00:16 +0100
committerJonathan Bauer2013-12-02 17:00:16 +0100
commiteec5a2f1c266bd3eb8cce673d417d5915f1fdc8e (patch)
tree1884e4d48de334af12652fefbff14178e4da3f67 /remote/modules/vmware
parent[pam] lazy umount home directories (diff)
downloadtm-scripts-eec5a2f1c266bd3eb8cce673d417d5915f1fdc8e.tar.gz
tm-scripts-eec5a2f1c266bd3eb8cce673d417d5915f1fdc8e.tar.xz
tm-scripts-eec5a2f1c266bd3eb8cce673d417d5915f1fdc8e.zip
[vmware] Xreset minor fix
Diffstat (limited to 'remote/modules/vmware')
-rw-r--r--remote/modules/vmware/data/etc/X11/Xreset.d/vmware2
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