summarylogtreecommitdiffstats
path: root/writefreely.install
blob: d2550c32512016ab0d00fdf27dec930d037315ce (plain)
1
2
3
4
5
post_install() {
  cd /var/lib/writefreely
  sudo -u writefreely /usr/bin/writefreely -c /etc/writefreely/config.ini -gen-keys
  sudo -u writefreely /usr/bin/writefreely -c /etc/writefreely/config.ini -init-db
}