diff options
Diffstat (limited to 'remote/modules/vmchooser/data/opt/openslx/scripts')
| -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 31b08f67..0915169c 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 @@ -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 |
