Skip to content

Commit

Permalink
fix: interlink socket being overriden (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
dciangot authored Oct 30, 2024
2 parents 9c649b4 + 52fc09e commit 7cf75eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/installer/templates/interlink-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ start() {
echo $! > $HOME/.interlink/oauth2-proxy.pid
;;
github)
touch $HOME/.interlink/interlink.sock
$HOME/.interlink/bin/oauth2-proxy \
--client-id {{.OAUTH.ClientID}} \
--client-secret {{.OAUTH.ClientSecret}} \
Expand Down

0 comments on commit 7cf75eb

Please sign in to comment.