From ccbaa09c5f804a209e593c0c355600505344b99f Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 22 Aug 2010 20:32:45 +0200 Subject: Fix for small bug in vmware plugin ... --- os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os-plugins') diff --git a/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh b/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh index a6db9682..5a0ac320 100644 --- a/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh +++ b/os-plugins/plugins/vmware/init-hooks/80-after-plugins/adapt-tmpfs.sh @@ -19,6 +19,6 @@ case $(grep tmpfs /proc/mounts) in mount -o remount,size=150% /mnt/tmp ;; */uniontmp*) - mount -o remount,size=150% /mnt/tmp + mount -o remount,size=150% /mnt/uniontmp ;; esac -- cgit v1.2.3-55-g7522