mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-05 19:34:52 +01:00
Fix sed command for OpenVPN runtime config
This commit is contained in:
@@ -91,7 +91,7 @@ sed -i '/^route/d' "${openvpn_runtime_config}"
|
||||
sed -i '/^auth-user-pass /d' "${openvpn_runtime_config}"
|
||||
sed -i '/^cd /d' "${openvpn_runtime_config}"
|
||||
sed -i '/^chroot /d' "${openvpn_runtime_config}"
|
||||
sed -i '\$q' "${openvpn_runtime_config}"
|
||||
sed -i '$q' "${openvpn_runtime_config}"
|
||||
|
||||
bashio::log.info 'Prepared OpenVPN runtime configuration for initial connection attempt.'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user