mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Adds the --no-same-owner flag.
				
					
				
			This commit is contained in:
		| @@ -705,7 +705,7 @@ function installOpenVPN() { | |||||||
| 		local version="3.0.7" | 		local version="3.0.7" | ||||||
| 		wget -O ~/easy-rsa.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz | 		wget -O ~/easy-rsa.tgz https://github.com/OpenVPN/easy-rsa/releases/download/v${version}/EasyRSA-${version}.tgz | ||||||
| 		mkdir -p /etc/openvpn/easy-rsa | 		mkdir -p /etc/openvpn/easy-rsa | ||||||
| 		tar xzf ~/easy-rsa.tgz --strip-components=1 --directory /etc/openvpn/easy-rsa | 		tar xzf ~/easy-rsa.tgz --strip-components=1 --no-same-owner --directory /etc/openvpn/easy-rsa | ||||||
| 		rm -f ~/easy-rsa.tgz | 		rm -f ~/easy-rsa.tgz | ||||||
|  |  | ||||||
| 		cd /etc/openvpn/easy-rsa/ || return | 		cd /etc/openvpn/easy-rsa/ || return | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Christian Ramelow
					Christian Ramelow