Skip to content

Commit

Permalink
fix shibd startup
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey authored May 13, 2019
1 parent ada7c90 commit 987510a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion container_files/usr-local-bin/start-httpd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ case $AUTHENTICATION in
echo "*** Starting httpd WITH Shibboleth support"
set -e
rm -f /etc/httpd/logs/httpd.pid
(/usr/sbin/shibd) & httpd -DFOREGROUND
export LD_LIBRARY_PATH=/opt/shibboleth/lib64:$LD_LIBRARY_PATH
(/usr/sbin/shibd -f) & httpd -DFOREGROUND
;;
internal)
echo "*** Starting httpd WITHOUT Shibboleth support"
Expand Down

0 comments on commit 987510a

Please sign in to comment.