summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2015-04-14 16:34:20 +0200
committerJonathan Bauer2015-04-14 16:34:20 +0200
commit8f6fdbbf0645f0e462d7261e370b0446b2b0f961 (patch)
treeded806589c8853b1b3467f2eeaf481c292a48fe2 /remote
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-8f6fdbbf0645f0e462d7261e370b0446b2b0f961.tar.gz
tm-scripts-8f6fdbbf0645f0e462d7261e370b0446b2b0f961.tar.xz
tm-scripts-8f6fdbbf0645f0e462d7261e370b0446b2b0f961.zip
[vmchooser2] remove user/pass info from SHARELW.CFG for now ...
Diffstat (limited to 'remote')
-rwxr-xr-xremote/modules/vmchooser2/data/opt/openslx/scripts/vmchooser-run_virt2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmchooser2/data/opt/openslx/scripts/vmchooser-run_virt b/remote/modules/vmchooser2/data/opt/openslx/scripts/vmchooser-run_virt
index 07f40e0f..cd13ca81 100755
--- a/remote/modules/vmchooser2/data/opt/openslx/scripts/vmchooser-run_virt
+++ b/remote/modules/vmchooser2/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