Merge pull request #1105 from gbutler69/master

Fix issue #1102: Infinite Recursion with "ls -lR /" in RedoxOS
This commit is contained in:
Jeremy Soller 2017-11-13 18:17:18 -07:00 committed by GitHub
commit fbd31a13c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,6 +175,7 @@ Welcome to Redox OS!
""" """
[[files]] [[files]]
path = "/usr" path = "/usr/bin"
data = "/" data = "/bin"
symlink = true symlink = true