IS_HOME_SIZE: Added space when breaking line

This commit is contained in:
Benoît S. 2019-02-19 14:59:25 +01:00
parent eeef449f55
commit 0c41b7a0fd

View file

@ -901,7 +901,7 @@ if [ -e /etc/debian_version ]; then
homeUser=$(stat "$homeProfile" -c %U)
if [ "$homeSize" -gt "$homeMaxSize" ]; then
echo 'IS_HOME_SIZE FAILED!'
verbose "User $homeUser has more than 1G in his home"\
verbose "User $homeUser has more than 1G in his home" \
|| break
fi
fi