Skip to content

Commit

Permalink
bootstrap: fix allow_other option
Browse files Browse the repository at this point in the history
  • Loading branch information
maxux committed Feb 25, 2021
1 parent 2300354 commit 4314475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/bootstrap.v
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ fn filesystem(rootdir string) bool {
args := [
"-o", "autons",
"-o", "background",
"-o", "allow_others",
"-o", "allow_other",
rootdir + "/mnt/zdbfs"
]

Expand Down

0 comments on commit 4314475

Please sign in to comment.