Skip to content

Commit

Permalink
loris.wsgi to loris2.wsgi. Should have been done with #105
Browse files Browse the repository at this point in the history
  • Loading branch information
jpstroop committed Sep 8, 2014
1 parent 9371001 commit a05d13f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
(cache_dp, []),
(cache_links, []),
(info_cache_dp, []),
(www_dp, ['www/loris.wsgi']),
(www_dp, ['www/loris2.wsgi']),
(www_dp, ['www/index.txt']),
(tmp_dp, [])
]
Expand Down Expand Up @@ -131,7 +131,7 @@ def read(fname):
os.chmod(fs_node, 0755)
os.chown(fs_node, user_id, group_id)

wsgi_script = os.path.join(www_dp, 'loris.wsgi')
wsgi_script = os.path.join(www_dp, 'loris2.wsgi')
executables = (LORIS_CACHE_CLEAN, JP2_EXECUTABLE, wsgi_script)
for ex in executables:
os.chmod(ex, 0755)
Expand Down
File renamed without changes.

0 comments on commit a05d13f

Please sign in to comment.