summarylogtreecommitdiffstats
path: root/sftpgo.install
blob: b9c4e4c290e5b2a4dc03526946fffd8b5cf16762 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

post_install() {
  echo ":: You need to initialize a data provider prior to starting the service."
  echo "   This can be done using the initprovider command, for example:"
  echo ""
  echo "   sftpgo initprovider"
  echo ""
  echo "   take a look at sftpgo initprovider --help for more options"
}