diff options
Diffstat (limited to 'remote/modules')
| -rwxr-xr-x | remote/modules/run-virt/data/opt/openslx/scripts/vmchooser-run_virt | 2 | ||||
| -rw-r--r-- | remote/modules/vmware/data/etc/systemd/system/vmware.service | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/run-virt/data/opt/openslx/scripts/vmchooser-run_virt index 07f40e0f..cd13ca81 100755 --- a/remote/modules/run-virt/data/opt/openslx/scripts/vmchooser-run_virt +++ b/remote/modules/run-virt/data/opt/openslx/scripts/vmchooser-run_virt @@ -535,7 +535,7 @@ cp "$VMCHOOSER_DIR/data/SHARELWS.BAT" "$VMCHOOSER_DIR/fd-loop/" rm "$VMCHOOSER_DIR/fd-loop/SHARELW.CFG" for SHARE in $(grep -o -E '^SLX_SHARE_.*_PATH' /opt/openslx/config); do eval "echo -n \$${SHARE} | /opt/openslx/bin/tr '/' '\' " >> "$VMCHOOSER_DIR/fd-loop/SHARELW.CFG" - eval echo -n " \$${SHARE%PATH}AUTH_PASS /user:\$${SHARE%PATH}AUTH_USER" >> "$VMCHOOSER_DIR/fd-loop/SHARELW.CFG" + #eval echo -n " \$${SHARE%PATH}AUTH_PASS /user:\$${SHARE%PATH}AUTH_USER" >> "$VMCHOOSER_DIR/fd-loop/SHARELW.CFG" echo -e '\r\n' >> "$VMCHOOSER_DIR/fd-loop/SHARELW.CFG" done diff --git a/remote/modules/vmware/data/etc/systemd/system/vmware.service b/remote/modules/vmware/data/etc/systemd/system/vmware.service index 1f47ac8c..696bd581 100644 --- a/remote/modules/vmware/data/etc/systemd/system/vmware.service +++ b/remote/modules/vmware/data/etc/systemd/system/vmware.service @@ -1,7 +1,7 @@ [Unit] Description=Sets up the vmware environment -Requires=vmchooser.service network.target -After=vmchooser.service network.target +Requires=run-virt-env.service network.target +After=run-virt-env.service network.target [Service] Type=oneshot |
