wiedehopf / tar1090

Provides an improved webinterface for use with ADS-B decoders readsb / dump1090-fa
Other
1.25k stars 235 forks source link

Retain favicon.ico during install script #124

Closed kevdel closed 3 years ago

kevdel commented 3 years ago

Would it be possible to add the following into the install script to keep any personalized favicon.ico on local installs?

Around line 262 in install.sh mv "$html_path/favicon.ico" "$TMP/favicon.ico" 2>/dev/null || true

wiedehopf commented 3 years ago

Just write yourself a wrapper script that replaces the favicon after the install script runs?

kevdel commented 3 years ago

wrapper script it is..

wiedehopf commented 3 years ago

/usr/local/share/tar1090/customIcon.png

how about that? If that file is present it uses it as an icon

debad046d1bbb04b37080cc6357ae45f8594ca80