fix command and markup typo
I just try it again and notice that i forgot to add `-r` flag to rm without this flag: ``` rm: cannot remove ‘/etc/ipsec.d/cacerts’: Directory not empty rm: cannot remove ‘/etc/ipsec.d/certs’: Directory not empty rm: cannot remove ‘/etc/ipsec.d/examples’: Directory not empty rm: cannot remove ‘/etc/ipsec.d/policies’: Directory not empty rm: cannot remove ‘/etc/ipsec.d/private’: Directory not empty ``` Also fix markup - set bold instead italic for more attention
This commit is contained in:
parent
681f10cd70
commit
3de22c0585
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ If using IPv6, also edit `/etc/sysconfig/ip6tables`.
|
|||
## Fourth step
|
||||
|
||||
Edit `/etc/sysctl.conf` and remove the lines after `# Added by hwdsl2 VPN script`.
|
||||
Edit `/etc/rc.local` and remove the lines after `# Added by hwdsl2 VPN script`, *except exit 0 (if any)*.
|
||||
Edit `/etc/rc.local` and remove the lines after `# Added by hwdsl2 VPN script`, **except exit 0 (if any)**.
|
||||
|
||||
## Optional
|
||||
|
||||
|
@ -66,7 +66,7 @@ Remove these config files:
|
|||
|
||||
Copy and paste for fast removal:
|
||||
|
||||
`rm -f /etc/ipsec.conf /etc/ipsec.secrets /etc/xl2tpd/xl2tpd.conf /etc/ppp/options.xl2tpd /etc/ppp/chap-secrets /etc/ipsec.d/* /etc/pam.d/pluto /etc/sysconfig/pluto`
|
||||
`rm -rf /etc/ipsec.conf /etc/ipsec.secrets /etc/xl2tpd/xl2tpd.conf /etc/ppp/options.xl2tpd /etc/ppp/chap-secrets /etc/ipsec.d/* /etc/pam.d/pluto /etc/sysconfig/pluto`
|
||||
|
||||
Remove Libreswan source directory:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue