Skip to content

Commit

Permalink
Merge pull request #14 from radarsymphony/master
Browse files Browse the repository at this point in the history
Add matching delimiter for sed for LDAP auth
  • Loading branch information
tiredofit authored Nov 21, 2022
2 parents e249a43 + e042838 commit 32cfd8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/assets/functions/10-nginx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ nginx_configure_authentication() {
satisfy all;
}
EOF
sed -i "\|include /etc/nginx/sites.enabled#i\ \ \ \ include /etc/nginx/snippets/authentication/ldap_configuration;" /etc/nginx/nginx.conf
sed -i "\|include /etc/nginx/sites.enabled| i\ \ \ \ include /etc/nginx/snippets/authentication/ldap_configuration;" /etc/nginx/nginx.conf
;;
"llng" )
print_notice "Setting LLNG Authentication"
Expand Down

0 comments on commit 32cfd8c

Please sign in to comment.