diff options
| author | Jonathan Bauer | 2018-05-04 13:46:14 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2018-05-04 13:46:14 +0200 |
| commit | 71eb632b4468dc3b019dc8d457a4ee042f1e13a4 (patch) | |
| tree | 0cc344f31b7d50b371c3864a746949063d6a342c /core/modules/vmware12/data | |
| parent | [vmware*] add busybox applets to PATH (diff) | |
| download | mltk-71eb632b4468dc3b019dc8d457a4ee042f1e13a4.tar.gz mltk-71eb632b4468dc3b019dc8d457a4ee042f1e13a4.tar.xz mltk-71eb632b4468dc3b019dc8d457a4ee042f1e13a4.zip | |
[vmware*] proper quoting...
Diffstat (limited to 'core/modules/vmware12/data')
| -rwxr-xr-x | core/modules/vmware12/data/opt/openslx/scripts/systemd-vmware_env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/vmware12/data/opt/openslx/scripts/systemd-vmware_env b/core/modules/vmware12/data/opt/openslx/scripts/systemd-vmware_env index 830d2109..e77f8632 100755 --- a/core/modules/vmware12/data/opt/openslx/scripts/systemd-vmware_env +++ b/core/modules/vmware12/data/opt/openslx/scripts/systemd-vmware_env @@ -15,7 +15,7 @@ # VMware modules and services ################################################################################ -export PATH=$PATH:/opt/openslx/sbin:/opt/openslx/bin +export PATH="$PATH:/opt/openslx/sbin:/opt/openslx/bin" VMWARE_CONF_DIR=/opt/openslx/vmchooser/vmware VMCHOOSER_CONF_DIR=/opt/openslx/vmchooser/config |
