summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorJonathan Bauer2014-06-11 15:45:30 +0200
committerJonathan Bauer2014-06-11 15:45:30 +0200
commitf424329d6164ab3b874035a2fc84b4a99e19f2b4 (patch)
treeeedf7138ec9f8527eadf98d0c9706cb0162d789e /remote
parentminor - break line for easier reading (diff)
downloadtm-scripts-f424329d6164ab3b874035a2fc84b4a99e19f2b4.tar.gz
tm-scripts-f424329d6164ab3b874035a2fc84b4a99e19f2b4.tar.xz
tm-scripts-f424329d6164ab3b874035a2fc84b4a99e19f2b4.zip
these french people ....
Diffstat (limited to 'remote')
-rwxr-xr-xremote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store b/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store
index c15a9504..379c5c7b 100755
--- a/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store
+++ b/remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store
@@ -10,7 +10,7 @@ mkdir -p /mnt/vmstore
# check if it is a CIFS-share or NFS-share
# no bash, so this is a bit ugly...
-TMP_LOG=$(mktemp)
+TEMP_LOG=$(mktemp)
if [ "${SLX_VM_NFS#//}" = "${SLX_VM_NFS}" ]; then
# doesn't start with '//' -> assume NFS
mount -t nfs -o ro,async,nolock "$SLX_VM_NFS" /mnt/vmstore > "${TEMP_LOG}"