diff options
author | Nicola Murino | 2019-07-20 17:58:54 +0200 |
---|---|---|
committer | Nicola Murino | 2019-07-20 17:58:54 +0200 |
commit | 1f2ef19a9e6c0be64884fba591c086f661ec2259 (patch) | |
tree | dd5b595857a79969ee44d2695a840df838d68d1c /sftpgo-git.install | |
parent | 1d847826ee56926c4f25dad06ada9703c9c8e96f (diff) | |
download | aur-1f2ef19a9e6c0be64884fba591c086f661ec2259.tar.gz |
Fix install script
Diffstat (limited to 'sftpgo-git.install')
-rw-r--r-- | sftpgo-git.install | 2 |
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" } |