diff options
Diffstat (limited to 'ch')
-rwxr-xr-x | ch | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |