Created
July 6, 2013 01:35
-
-
Save jctoledo/5938249 to your computer and use it in GitHub Desktop.
Editing virtuoso.ini such that it can read files anywhere in your filesystem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Modify line 66 of virtuoso.ini from | |
DirsAllowed = ., /usr/local/virtuoso-opensource/share/virtuoso/vad | |
#to the following | |
DirsAllowed = ., /usr/local/virtuoso-opensource/share/virtuoso/vad, / |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment