diff options
| author | Simon Rettberg | 2013-11-29 17:15:59 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2013-11-29 17:15:59 +0100 |
| commit | 6f51f81d3f25df98a292ba740fe15b52f3635c15 (patch) | |
| tree | b823f5cbaa4b1bf5a4731ce3a5b034298b1420cd /remote/modules/vmware | |
| parent | Reworking busybox config and included tools (diff) | |
| parent | [diverse modules] data dir: Changes shebangs to /bin/ash (diff) | |
| download | tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.gz tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.tar.xz tm-scripts-6f51f81d3f25df98a292ba740fe15b52f3635c15.zip | |
Merge branch 'master' of dnbd3:openslx-ng/tm-scripts
Diffstat (limited to 'remote/modules/vmware')
| -rwxr-xr-x | remote/modules/vmware/data/addon-init | 2 | ||||
| -rwxr-xr-x | remote/modules/vmware/data/opt/openslx/bin/vmplayer | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/remote/modules/vmware/data/addon-init b/remote/modules/vmware/data/addon-init index 01acb3b4..f76842d9 100755 --- a/remote/modules/vmware/data/addon-init +++ b/remote/modules/vmware/data/addon-init @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ash systemctl daemon-reload systemctl start vmware diff --git a/remote/modules/vmware/data/opt/openslx/bin/vmplayer b/remote/modules/vmware/data/opt/openslx/bin/vmplayer index 0f7d9232..cfb91a0a 100755 --- a/remote/modules/vmware/data/opt/openslx/bin/vmplayer +++ b/remote/modules/vmware/data/opt/openslx/bin/vmplayer @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/ash # radically simplified version of the original script vmplayer by VMware Inc. PREFIX=/usr/lib/vmware # depends on the vmware location |
