Skip to content
Snippets Groups Projects
Commit ad89d9f5 authored by Bob Mottram's avatar Bob Mottram
Browse files

Replace otherwise useless link

parent dd3f6207
No related branches found
No related tags found
No related merge requests found
......@@ -765,6 +765,7 @@ function web_admin_create_installed_apps {
sed -i '/ONIONURL/d' "$filename"
# Show DNS IP address for pi-hole
if [[ "$app_name" == 'pihole' ]]; then
sed -i "s|\"APPURL\"|\"\"|" "$filename"
sed -i '/.appurl/,/font-size:/s/font-size:.*/font-size: 150%;/' "$filename"
sed -i "s|APPURL|$(get_ipv4_address)|g" "$filename"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment