Missing underscore

This commit is contained in:
Benoît S. 2019-01-16 15:58:46 +01:00
parent 288d26366a
commit d027b521a6

View file

@ -842,7 +842,7 @@ if [ -e /etc/debian_version ]; then
stat -c "%n has owner %u resolved as %U" "$dir" | grep -v .bak | grep -q UNKNOWN
if [[ ${PIPESTATUS[2]} == 0 ]]; then
# There is at least one dir matching
echo 'IS OLD_HOME_DIR FAILED!'
echo 'IS_OLD_HOME_DIR FAILED!'
break
fi
done