Skip to content

Commit

Permalink
fixed makefile for /bin
Browse files Browse the repository at this point in the history
  • Loading branch information
sirtoobii committed May 7, 2021
1 parent 4656fed commit fb29150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ setup:
Type=simple
User=wireguard_manager
Group=wireguard_manager
ExecStart=/usr/bin/perl /home/wireguard_manager/opt/wgwrangler/bin/wgwrangler.pl prefork --listen 'http://0.1.0.1:7171'
ExecStart=/usr/bin/perl /home/wireguard_manager/opt/wgwrangler/bin/wgwrangler prefork --listen 'http://127.0.0.1:7171'
[Install]
WantedBy=multi-user.target
Expand Down
2 changes: 1 addition & 1 deletion bin/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist_bin_SCRIPTS = $(MJ_SCRIPT)
dist_bin_SCRIPTS = wgwrangler

install-exec-hook:
[ "$(PERL5LIB)" == "" ] || cd "$(DESTDIR)$(bindir)" && $(PERL) -i -p -e 's{.*# PERL5LIB}{use lib qw($(PERL5LIB)); # PERL5LIB}' $(dist_bin_SCRIPTS) || true
Expand Down

0 comments on commit fb29150

Please sign in to comment.