diff --git a/helpers/lh_chroot_devpts b/helpers/lh_chroot_devpts
index 0cdb280c8..f59e91f18 100755
--- a/helpers/lh_chroot_devpts
+++ b/helpers/lh_chroot_devpts
@@ -72,7 +72,7 @@ case "${1}" in
 		# Unmounting /dev/pts
 		if [ "${LH_USE_FAKEROOT}" != "enabled" ]
 		then
-			if [ -e chroot/dev/pts/0 ]
+			if Find_files chroot/dev/pts/*
 			then
 				${LH_ROOT_COMMAND} umount chroot/dev/pts
 			fi