Merge pull request #1003 from RickBakkr/patch-1

Force a new line, to prevent syntax errors.
This commit is contained in:
System Void 2017-02-13 00:28:46 +00:00 committed by GitHub
commit 5823ea4c87

View file

@ -45,6 +45,7 @@ fi
# Enabling jailed sftp
if [ -z "$sftp_i" ]; then
echo " " >> $config
echo "Subsystem sftp internal-sftp" >> $config
echo "Match Group sftp-only" >> $config
echo "ChrootDirectory /chroot/%u" >> $config