From f424329d6164ab3b874035a2fc84b4a99e19f2b4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 11 Jun 2014 15:45:30 +0200 Subject: these french people .... --- .../modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" -- cgit v1.2.3-55-g7522