From: Christian Heller Date: Sun, 11 May 2025 23:18:03 +0000 (+0200) Subject: Fix. X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/%22https:/validator.w3.org/foo.html?a=commitdiff_plain;h=5281570836954a2fd642bf80ff6958645c84cfea;p=config Fix. --- diff --git a/bookworm/scripts/diff_tagged_files.sh b/bookworm/scripts/diff_tagged_files.sh index 4632e83..a536e7a 100755 --- a/bookworm/scripts/diff_tagged_files.sh +++ b/bookworm/scripts/diff_tagged_files.sh @@ -67,7 +67,7 @@ compare_tagdir() { fi if [ 'symbolic link' = "${_TYPE}" ]; then _EXPECTED_PERMISSIONS=777 - elif [ 'directorylink' = "${_TYPE}" ]; then + elif [ 'directory' = "${_TYPE}" ]; then _EXPECTED_PERMISSIONS=755 else _EXPECTED_PERMISSIONS=$(stat --format='%a' --dereference ${_PATH_REL})