diff options
| author | Jonathan Bauer | 2014-06-11 15:45:30 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-06-11 15:45:30 +0200 |
| commit | f424329d6164ab3b874035a2fc84b4a99e19f2b4 (patch) | |
| tree | eedf7138ec9f8527eadf98d0c9706cb0162d789e /remote | |
| parent | minor - break line for easier reading (diff) | |
| download | tm-scripts-f424329d6164ab3b874035a2fc84b4a99e19f2b4.tar.gz tm-scripts-f424329d6164ab3b874035a2fc84b4a99e19f2b4.tar.xz tm-scripts-f424329d6164ab3b874035a2fc84b4a99e19f2b4.zip | |
these french people ....
Diffstat (limited to 'remote')
| -rwxr-xr-x | remote/modules/vmchooser/data/opt/openslx/scripts/systemd-mount_vm_store | 2 |
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}" |
