Skip to content

Commit

Permalink
Merge branch 'trunk' into feature/lisp
Browse files Browse the repository at this point in the history
  • Loading branch information
vinc committed Dec 1, 2022
2 parents 02e8413 + d2722f8 commit c8ae4db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run/moros-fuse.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,4 +255,4 @@ def unlink(self, path):
parser.add_argument('mount')
args = parser.parse_args()
#logging.basicConfig(level=logging.DEBUG)
fuse = FUSE(MorosFuse(args.image), args.mount, ro=False, foreground=True, allow_other=True)
fuse = FUSE(MorosFuse(args.image), args.mount, ro=False, foreground=True)

0 comments on commit c8ae4db

Please sign in to comment.