Skip to content

Commit

Permalink
Correct path to server.conf in shared configs
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreben committed May 1, 2017
1 parent 37f50f7 commit 61bfb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/ckey2bibframe.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def convert

jar = 'lib/xform-marc21-to-xml-jar-with-dependencies.jar'
java_command = "java -Djava.security.egd=file:/dev/../dev/urandom -cp #{jar} \
edu.stanford.MarcToXMLStream -p config/server.conf"
edu.stanford.MarcToXMLStream -p ../shared/config/server.conf"

"#{symphony_ssh} '#{symphony_env} && #{catalogdump}' | #{java_command}"
end
Expand Down

0 comments on commit 61bfb3d

Please sign in to comment.