mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 93-openvpn.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user