summarylogtreecommitdiffstats
path: root/sftpgo.install
diff options
context:
space:
mode:
authorNicola Murino2020-03-07 18:00:22 +0100
committerNicola Murino2020-03-07 18:00:22 +0100
commit497bd51925fb396693ffce89779e09e451c0cd86 (patch)
tree1048a87662bd8422c2085849a48ccd13358446b5 /sftpgo.install
parente4108e71a79a82e4dc4047a7b0b6281ccef1d6cb (diff)
downloadaur-497bd51925fb396693ffce89779e09e451c0cd86.tar.gz
update to 0.9.6
Diffstat (limited to 'sftpgo.install')
-rw-r--r--sftpgo.install6
1 files changed, 5 insertions, 1 deletions
diff --git a/sftpgo.install b/sftpgo.install
index 1afd4e1c5214..b9c4e4c290e5 100644
--- a/sftpgo.install
+++ b/sftpgo.install
@@ -2,5 +2,9 @@
post_install() {
echo ":: You need to initialize a data provider prior to starting the service."
- echo " This can be done using the scripts in /usr/share/doc/sftpgo/sql"
+ 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"
}