diff options
-rw-r--r-- | rumba/prototypes/ouroboros.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py index 926c822..aa030ba 100644 --- a/rumba/prototypes/ouroboros.py +++ b/rumba/prototypes/ouroboros.py @@ -192,7 +192,8 @@ class Experiment(mod.Experiment): " " + fs_loc, "cd " + fs_loc + " && mkdir build && cd build && " + "cmake " + self.build_options + " .. && " + - "sudo make install -j$(nproc)"] + "sudo make install -j$(nproc) && " + + "sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf"] names = [] executors = [] |