mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Closes #701
This commit is contained in:
		| @@ -266,7 +266,7 @@ function _prompt_install_openvpn() { | ||||
| function _install_openvpn() { | ||||
|     _install_log "Installing OpenVPN and enabling client configuration" | ||||
|     echo "Adding packages via apt-get" | ||||
|     sudo apt-get install $apt_option openvpn || _install_status 1 "Unable to install openvpn" | ||||
|     sudo apt-get install -y openvpn || _install_status 1 "Unable to install openvpn" | ||||
|     sudo sed -i "s/\('RASPI_OPENVPN_ENABLED', \)false/\1true/g" "$webroot_dir/includes/config.php" || _install_status 1 "Unable to modify config.php" | ||||
|     echo "Enabling openvpn-client service on boot" | ||||
|     sudo systemctl enable openvpn-client@client || _install_status 1 "Unable to enable openvpn-client daemon" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user