Skip to content

Commit

Permalink
Merge pull request #13 from spacetelescope/arr_deploytp10_JETC-994
Browse files Browse the repository at this point in the history
JETC-994: CGI scripts should now use TP10
  • Loading branch information
ariedel authored Apr 8, 2020
2 parents 7bcb971 + ac1d0c7 commit 77710c8
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/tp_9.4/envs/pandeia_9.4/bin/python
#!/internal/data1/other/tp_10/envs/pandeia_10/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/tp_9.4/envs/pandeia_9.4/bin/python
#!/internal/data1/other/tp_10/envs/pandeia_10/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/tp_9.4/envs/pandeia_9.4/bin/python
#!/internal/data1/other/tp_10/envs/pandeia_10/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/tp_9.4/envs/pandeia_9.4/bin/python
#!/internal/data1/other/tp_10/envs/pandeia_10/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 77710c8

Please sign in to comment.