Update 93-openvpn.sh

This commit is contained in:
Alexandre
2023-12-29 14:11:48 +01:00
committed by GitHub
parent e8f466023d
commit 190fee5ecd

View File

@@ -32,7 +32,7 @@ if bashio::config.true 'openvpn_enabled'; then
cp "$file" /tmpfile
# Loop through each line of the input file
while read line
while read -r line
do
# Check if the line contains a txt file
if [[ "$line" =~ \.txt ]] || [[ "$line" =~ \.crt ]]; then