summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--os-plugins/OpenSLX/OSPlugin/Engine.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/os-plugins/OpenSLX/OSPlugin/Engine.pm b/os-plugins/OpenSLX/OSPlugin/Engine.pm
index 4fbf3209..25827205 100644
--- a/os-plugins/OpenSLX/OSPlugin/Engine.pm
+++ b/os-plugins/OpenSLX/OSPlugin/Engine.pm
@@ -673,7 +673,7 @@ sub _callChrootedFunctionForPlugin
acquire => sub {
# bind mount perl includes, openslx base and config paths into vendor-OS
foreach (@bindmounts) {
- slxsystem("mount -o bind -o ro $_->{'source'} $_->{'target'}") == 0
+ slxsystem("mount -o bind $_->{'source'} $_->{'target'}") == 0
or die _tr(
"unable to bind mount '%s' to '%s'! (%s)",
$_->{'source'}, $_->{'target'}, $!