home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Sun, 11 May 2025 23:18:03 +0000 (01:18 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sun, 11 May 2025 23:18:03 +0000 (01:18 +0200)
bookworm/scripts/diff_tagged_files.sh

index 4632e83e64ef3e5cfadff996876bd179c33554e5..a536e7a93d1cbb02a5cf8ac3e0510b1c09f826b5 100755 (executable)
@@ -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})