summaryrefslogtreecommitdiffstats
path: root/remote/modules/vmchooser2/data
diff options
context:
space:
mode:
Diffstat (limited to 'remote/modules/vmchooser2/data')
-rwxr-xr-xremote/modules/vmchooser2/data/opt/openslx/scripts/systemd-mount_vm_store2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/vmchooser2/data/opt/openslx/scripts/systemd-mount_vm_store b/remote/modules/vmchooser2/data/opt/openslx/scripts/systemd-mount_vm_store
index 31b08f67..0915169c 100755
--- a/remote/modules/vmchooser2/data/opt/openslx/scripts/systemd-mount_vm_store
+++ b/remote/modules/vmchooser2/data/opt/openslx/scripts/systemd-mount_vm_store
@@ -14,5 +14,5 @@ if [ "${SLX_VM_NFS#//}" = "${SLX_VM_NFS}" ]; then
mount -t nfs -o ro,async,nolock "$SLX_VM_NFS" /mnt/vmstore
else
# starts with '//' -> assume CIFS
- mount -t cifs -o guest,ro "$SLX_VM_NFS" /mnt/vmstore
+ mount -t cifs -o guest,ro,file_mode=0644,dir_mode=0755 "$SLX_VM_NFS" /mnt/vmstore
fi