summarylogtreecommitdiffstats
path: root/rtsptoweb.install
blob: 8cf495ecd09f4ec7bb7a94b436b5f118cbda1245 (plain)
1
2
3
4
5
6
7
post_upgrade() {
  echo -e "To enable streams to edited using the web user interface:\n   chown rtsptoweb:rtsptoweb /etc/rtsptoweb.json"
}

post_install() {
  post_upgrade
}