summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2018-05-04 14:19:42 +0200
committerJonathan Bauer2018-05-04 14:19:42 +0200
commitaac22f2ce2de08f2d5b2b7e6c533da79dcacb4b7 (patch)
tree2dc4f1700e23b3c7098be5317a8497331c20b5a1
parentupdate dnbd3 revision to post 4.1x compile fixes (diff)
downloadsystemd-init-aac22f2ce2de08f2d5b2b7e6c533da79dcacb4b7.tar.gz
systemd-init-aac22f2ce2de08f2d5b2b7e6c533da79dcacb4b7.tar.xz
systemd-init-aac22f2ce2de08f2d5b2b7e6c533da79dcacb4b7.zip
[openslx_tmp_mount] add chmod binary
-rwxr-xr-xbuilder/modules.d/openslx_tmp_mount/module-setup.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/builder/modules.d/openslx_tmp_mount/module-setup.sh b/builder/modules.d/openslx_tmp_mount/module-setup.sh
index cb110467..896c6a9b 100755
--- a/builder/modules.d/openslx_tmp_mount/module-setup.sh
+++ b/builder/modules.d/openslx_tmp_mount/module-setup.sh
@@ -10,4 +10,5 @@ depends() {
}
install() {
inst_hook pre-pivot 30 "$moddir/scripts/openslx_tmp_mount.sh"
+ inst_multiple chmod
}