Skip to content

Commit

Permalink
fixed typo in file path
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 5, 2020
1 parent 9df095e commit 4bcdcf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container_files/tier-support/supervisord-shibsp.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[program:shibbolethsp]
user=shibd
command=/usr/sbin/shibd -f -F
stderr_logfile = /tmp/logshidb
stderr_logfile = /tmp/logshibd
stderr_logfile_maxbytes=0
stdout_logfile = /tmp/logshidb
stdout_logfile = /tmp/logshibd
stdout_logfile_maxbytes=0


0 comments on commit 4bcdcf9

Please sign in to comment.