summarylogtreecommitdiffstats
path: root/sftpgo.install
diff options
context:
space:
mode:
Diffstat (limited to 'sftpgo.install')
-rw-r--r--sftpgo.install6
1 files changed, 6 insertions, 0 deletions
diff --git a/sftpgo.install b/sftpgo.install
new file mode 100644
index 000000000000..1afd4e1c5214
--- /dev/null
+++ b/sftpgo.install
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+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"
+}