diff options
author | Nicola Murino | 2020-09-22 15:31:57 +0200 |
---|---|---|
committer | Nicola Murino | 2020-09-22 15:31:57 +0200 |
commit | 0bf05d0dfe96bbb34d63b940817a321ea4d92dc8 (patch) | |
tree | e064c6a619afe2c8635e4c6ab599c13cad94a157 /sftpgo-git.install | |
parent | 26572311159d1ee00084ab15752603720b012254 (diff) | |
download | aur-0bf05d0dfe96bbb34d63b940817a321ea4d92dc8.tar.gz |
sftpgo user does not need shell access
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 32ffbb5c1908..7039171de3a7 100644 --- a/sftpgo-git.install +++ b/sftpgo-git.install @@ -4,7 +4,7 @@ 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, as root:" echo "" - echo " su - sftpgo -c 'sftpgo initprovider -c /etc/sftpgo'" + echo " su - sftpgo -s /bin/bash -c 'sftpgo initprovider -c /etc/sftpgo'" echo "" echo " take a look at sftpgo initprovider --help for usage and all available options" } |