0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

fixed whitespace

This commit is contained in:
Sergey Galuza 2016-03-24 08:00:48 +03:00
parent 4c3c0608b4
commit e521b243f4

View file

@ -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