diff options
| author | Volker Uhrig | 2008-05-30 14:43:22 +0200 |
|---|---|---|
| committer | Volker Uhrig | 2008-05-30 14:43:22 +0200 |
| commit | 85c17fceb8021f55fb2687d98f032c5e51e5a6ef (patch) | |
| tree | fbc1632fbcb3e0ae77181c4ef4b06de2d69dc011 /os-plugins/plugins/vmware | |
| parent | * Question raised. Perhaps someone could answer it (diff) | |
| download | core-85c17fceb8021f55fb2687d98f032c5e51e5a6ef.tar.gz core-85c17fceb8021f55fb2687d98f032c5e51e5a6ef.tar.xz core-85c17fceb8021f55fb2687d98f032c5e51e5a6ef.zip | |
* minor fix
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1818 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'os-plugins/plugins/vmware')
| -rw-r--r-- | os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm index 5769f390..aa3bb832 100644 --- a/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm +++ b/os-plugins/plugins/vmware/OpenSLX/OSPlugin/vmware.pm @@ -450,7 +450,7 @@ sub _vmpl2Installation { ## ## Create wrapperscripts - $self->_writeWrapperScript("$vmpath", "$kind", "player") + $self->_writeWrapperScript("$vmpath", "$kind", "player"); ## ## Creating needed config /etc/vmware/config |
