Skip to content

Commit

Permalink
Update 93-openvpn.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Dec 25, 2023
1 parent f83c12b commit 949c72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbittorrent/rootfs/etc/cont-init.d/93-openvpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if bashio::config.true 'openvpn_enabled'; then
# Check if the txt file exists in the /config/openvpn/ directory
if [ -f "/config/openvpn/${file_name##*/}" ]; then
# Append /config/openvpn/ in front of the original txt file in the ovpn file
sed -i "s|$file_name|\/config\/openvpn\/${file_name##*/}|g" "$file"
sed -i "s|$file_name|/config/openvpn/${file_name##*/}|g" "$file"
# Print a success message
bashio::log.warning "Appended /config/openvpn/ to ${file_name##*/} in $file"
else
Expand Down

0 comments on commit 949c72c

Please sign in to comment.