Skip to content

Commit 5823ea4

Browse files
authored
Merge pull request hestiacp#1003 from RickBakkr/patch-1
Force a new line, to prevent syntax errors.
2 parents fbaf05a + e757dc4 commit 5823ea4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-add-sys-sftp-jail

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ fi
4545

4646
# Enabling jailed sftp
4747
if [ -z "$sftp_i" ]; then
48+
echo " " >> $config
4849
echo "Subsystem sftp internal-sftp" >> $config
4950
echo "Match Group sftp-only" >> $config
5051
echo "ChrootDirectory /chroot/%u" >> $config

0 commit comments

Comments
 (0)