Skip to content

Commit

Permalink
Merge pull request #37 from spacetelescope/oit_deploy_JETC-4229
Browse files Browse the repository at this point in the history
Deploy TP17 onto ssph4
  • Loading branch information
oiintam authored May 15, 2024
2 parents 0144994 + 3af3eac commit 6f26f9d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cgi/secure/sso.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_16.1/bin/python
#!/internal/data1/other/third_party/envs/pandeia_17/bin/python
from os import environ
from re import match, compile

Expand Down
2 changes: 1 addition & 1 deletion cgi/secure/ssph_admin.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_16.1/bin/python
#!/internal/data1/other/third_party/envs/pandeia_17/bin/python
# This hook is modified and used for each cgi that gets installed
import sys
sys.path.append("/internal/data1/other/pylibs/ssph")
Expand Down
2 changes: 1 addition & 1 deletion cgi/secure/ssph_auth.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_16.1/bin/python
#!/internal/data1/other/third_party/envs/pandeia_17/bin/python
# This hook is modified and used for each cgi that gets installed
import sys
sys.path.append("/internal/data1/other/pylibs/ssph")
Expand Down
2 changes: 1 addition & 1 deletion cgi/unsecured/ssph_confirm.cgi
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/internal/data1/other/third_party/envs/pandeia_16.1/bin/python
#!/internal/data1/other/third_party/envs/pandeia_17/bin/python
# This hook is modified and used for each cgi that gets installed
import sys
sys.path.append("/internal/data1/other/pylibs/ssph")
Expand Down

0 comments on commit 6f26f9d

Please sign in to comment.