aboutsummarylogtreecommitdiffstats
path: root/sftpgo-git.install
diff options
context:
space:
mode:
authorNicola Murino2019-07-20 17:58:54 +0200
committerNicola Murino2019-07-20 17:58:54 +0200
commit1f2ef19a9e6c0be64884fba591c086f661ec2259 (patch)
treedd5b595857a79969ee44d2695a840df838d68d1c /sftpgo-git.install
parent1d847826ee56926c4f25dad06ada9703c9c8e96f (diff)
downloadaur-1f2ef19a9e6c0be64884fba591c086f661ec2259.tar.gz
Fix install script
Diffstat (limited to 'sftpgo-git.install')
-rw-r--r--sftpgo-git.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/sftpgo-git.install b/sftpgo-git.install
index 8ead3ec517ff..1afd4e1c5214 100644
--- a/sftpgo-git.install
+++ b/sftpgo-git.install
@@ -1,6 +1,6 @@
#!/bin/sh
post_install() {
- echo ":: You need to initialize a data provider prior to startingi the service"
+ 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"
}