Merge pull request #18 from m4linka/master

Update virtuoso script - correction of the path in the run command.
This commit is contained in:
Percy Liang 2014-03-19 09:33:13 -07:00
commit 55c97ec190
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ EOF
out = open(configPath, 'w')
out.puts config
out.close
run "virtuoso-opensource/install/bin/virtuoso-t +configfile #{configPath} +wait"
run "#{$virtuosoPath}/install/bin/virtuoso-t +configfile #{configPath} +wait"
end
def add