Commit 582a48bf6f33237a29780f9eec04c2186106144c
1 parent
a109a4a0fa
Exists in
master
typo nama file vpnc-script.patched
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
vpnc-setup.sh
... | ... | @@ -28,7 +28,7 @@ fi |
28 | 28 | set -x |
29 | 29 | |
30 | 30 | sudo yum -y install vpnc |
31 | -sed 2iINTERNAL_IP4_DNS= /etc/vpnc/vpnc-script | sudo tee /etc/vpnc-script.patched | |
31 | +sed 2iINTERNAL_IP4_DNS= /etc/vpnc/vpnc-script | sudo tee /etc/vpnc/vpnc-script.patched | |
32 | 32 | sudo mv /etc/vpnc/vpnc-script.patched /etc/vpnc/vpnc-script |
33 | 33 | |
34 | 34 | sudo tee /etc/systemd/system/vpnc@.service << EOF |