From d027b521a6ca245809d5f776d15ce2dcbb2cd3b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S?= Date: Wed, 16 Jan 2019 15:58:46 +0100 Subject: [PATCH] Missing underscore --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 0056ce0..624c78b 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -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