summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xch2
1 files changed, 2 insertions, 0 deletions
diff --git a/ch b/ch
index cfd8939..b88ac44 100755
--- a/ch
+++ b/ch
@@ -41,6 +41,8 @@ umask 022
if [[ ! -d "$CHROOTS" ]]; then
echo "chroot base directory '$CHROOTS' does not exist or is not readable"
+ echo "directory permissions are:"
+ namei -l "$CHROOTS"
return 1
fi