diff options
| author | Simon Rettberg | 2014-01-08 19:13:16 +0100 |
|---|---|---|
| committer | Simon Rettberg | 2014-01-08 19:13:16 +0100 |
| commit | 1affd32f3c1d49c55f084d9a6fea5b94d7200951 (patch) | |
| tree | 90a22a015d5cf45e97800e14f42d0796e81caabe /remote/modules/vmware/data | |
| parent | [smartctl] Add cronjob (diff) | |
| download | tm-scripts-1affd32f3c1d49c55f084d9a6fea5b94d7200951.tar.gz tm-scripts-1affd32f3c1d49c55f084d9a6fea5b94d7200951.tar.xz tm-scripts-1affd32f3c1d49c55f084d9a6fea5b94d7200951.zip | |
[vmware] Make sure exit code is 0
Diffstat (limited to 'remote/modules/vmware/data')
| -rwxr-xr-x | remote/modules/vmware/data/addon-init | 1 | ||||
| -rwxr-xr-x | remote/modules/vmware/data/opt/openslx/scripts/systemd-vmware_env | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/remote/modules/vmware/data/addon-init b/remote/modules/vmware/data/addon-init index f76842d9..d844c282 100755 --- a/remote/modules/vmware/data/addon-init +++ b/remote/modules/vmware/data/addon-init @@ -2,4 +2,5 @@ systemctl daemon-reload systemctl start vmware +exit 0 diff --git a/remote/modules/vmware/data/opt/openslx/scripts/systemd-vmware_env b/remote/modules/vmware/data/opt/openslx/scripts/systemd-vmware_env index d80b28a6..b9c9717c 100755 --- a/remote/modules/vmware/data/opt/openslx/scripts/systemd-vmware_env +++ b/remote/modules/vmware/data/opt/openslx/scripts/systemd-vmware_env @@ -97,3 +97,5 @@ case "$1" in ;; esac +exit 0 + |
