mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
fixed whitespace
This commit is contained in:
parent
4c3c0608b4
commit
e521b243f4
1 changed files with 0 additions and 2 deletions
|
@ -114,8 +114,6 @@ if [ ! -f "$userConfFinalPath" ]; then
|
|||
while IFS= read -r user || [[ -n "$user" ]]; do
|
||||
createUser "$user"
|
||||
done < "$userConfFinalPath"
|
||||
|
||||
|
||||
fi
|
||||
# Source custom scripts, if any
|
||||
if [ -d /etc/sftp.d ]; then
|
||||
|
|
Loading…
Reference in a new issue