summaryrefslogtreecommitdiffstats
path: root/remote
diff options
context:
space:
mode:
authorChristian Rößler2015-09-11 17:41:29 +0200
committerChristian Rößler2015-09-11 17:41:29 +0200
commit64662d40d4e4d16762b1e640f6b26f1f3e8ec8b0 (patch)
treef673509443bdd8a8cce8f0b20b1e97bd14808759 /remote
parent[runvirt] [vmware] WARNING: Further testing needed! Two branches: Non-Legacy,... (diff)
downloadtm-scripts-64662d40d4e4d16762b1e640f6b26f1f3e8ec8b0.tar.gz
tm-scripts-64662d40d4e4d16762b1e640f6b26f1f3e8ec8b0.tar.xz
tm-scripts-64662d40d4e4d16762b1e640f6b26f1f3e8ec8b0.zip
[runvirt] systemd-run_virt_env: missing a+ in chmod command on /tmp/virt
Diffstat (limited to 'remote')
-rwxr-xr-xremote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env b/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env
index 2d1ceb0f..b8236600 100755
--- a/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env
+++ b/remote/modules/run-virt/data/opt/openslx/scripts/systemd-run_virt_env
@@ -53,7 +53,7 @@ mount -n -t msdos -o loop,umask=000 "${VMCHOOSER_DIR}/data/loopimg/fd.img" "${VM
# setup more scratch space for virtual machines, if configured
mkdir -p /tmp/virt /var/log/samba /run/samba
-chmod +rwxt /tmp/virt
+chmod a+rwxt /tmp/virt
# enable normal users to setup the extended virtual machine redo file space
# and image source via network block device (NBD only at the moment)