summarylogtreecommitdiffstats
path: root/dump1090.install
blob: d0d15507b4d9f1b208bb55601607892efca4c298 (plain)
1
2
3
4
5
6
7
8
9
post_install() {
  echo ""
  echo -e "\e[1;33mNOTE: If using the web-based UI, please configure your settings in /usr/share/dump1090/config.js\e[0m"
  echo ""
}

post_upgrade() {
  post_install
}