Skip to content

Commit

Permalink
edit DEFAULT_SPECIFY_JAR_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
acwhite211 committed Oct 23, 2024
1 parent d40cde9 commit 4b0ca10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specifyweb/specify/specify_jar.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from django.conf import settings

DEFAULT_SPECIFY_JAR_PATH = '/opt/specify7/config/specify.jar'
DEFAULT_SPECIFY_JAR_PATH = '/opt/Specify/config/specify.jar'

def find_jar(filename='specify.jar', search_dir='/'):
for root, dirs, files in os.walk(search_dir):
Expand Down

0 comments on commit 4b0ca10

Please sign in to comment.