From 72cb736ff7270e96ef82f060b325c6e2d6f0214a Mon Sep 17 00:00:00 2001 From: Matthew Saunders Brown Date: Sat, 31 Jul 2021 14:41:13 -0700 Subject: [PATCH] typo --- wg-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wg-install.sh b/wg-install.sh index 18aa51c..8120247 100755 --- a/wg-install.sh +++ b/wg-install.sh @@ -126,7 +126,7 @@ wget --output-document=/usr/local/etc/hosts https://raw.githubusercontent.com/St # create temporary policy-rc.d to stop dnsmasq from starting during install # otherwise dnsmasq will fail to start due to ports in use and will show # errors. not really a problem as later config resoves this, but the errors -# may cause concer for users running the install +# may cause concern for users running the install install -m 755 /dev/null /usr/sbin/policy-rc.d echo '#!/bin/sh' > /usr/sbin/policy-rc.d echo 'exit 101' >> /usr/sbin/policy-rc.d