Nyr / openvpn-install

OpenVPN road warrior installer for Ubuntu, Debian, AlmaLinux, Rocky Linux, CentOS and Fedora
MIT License
19.1k stars 4.9k forks source link

Use 'cd ... || exit' or 'cd ... || return' in case cd fails. #1007

Closed ajee10x closed 9 months ago

ajee10x commented 1 year ago

Line 243 cd /etc/openvpn/server/easy-rsa/ || exit

Line 463 cd /etc/openvpn/server/easy-rsa/ || exit

Line 496 cd /etc/openvpn/server/easy-rsa/ || exit