Skip to content

Commit

Permalink
down-pre, not pre-down
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Roemer committed Aug 10, 2016
1 parent 38a06d7 commit a27e2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ info:
@echo ' hosts: files dns resolve myhostname'
@echo
@echo 'You should also update your OpenVPN configuration:'
@printf ' script-security 2\n up %s\n pre-down %s\n' $(DEST) $(DEST)
@printf ' script-security 2\n up %s\n down-pre %s\n' $(DEST) $(DEST)

test:
@./run-tests

0 comments on commit a27e2b1

Please sign in to comment.