Merge two mv commands

このコミットが含まれているのは:
angristan
2018-09-05 20:26:33 +02:00
コミット 4bf4257cf3
+1 -2
ファイルの表示
@@ -533,8 +533,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/iptables.service
# Get easy-rsa
wget -O ~/EasyRSA-3.0.4.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.4/EasyRSA-3.0.4.tgz
tar xzf ~/EasyRSA-3.0.4.tgz -C ~/
mv ~/EasyRSA-3.0.4/ /etc/openvpn/
mv /etc/openvpn/EasyRSA-3.0.4/ /etc/openvpn/easy-rsa/
mv ~/EasyRSA-3.0.4/ /etc/openvpn/easy-rsa/
chown -R root:root /etc/openvpn/easy-rsa/
rm -f ~/EasyRSA-3.0.4.tgz
cd /etc/openvpn/easy-rsa/