root may or maynot be a symlink

This commit is contained in:
2025-08-06 12:57:36 -04:00
parent 7b9fb215b9
commit 71e35ef5f5
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
#!/usr/bin/bash
root=$(readlink root)
root=$(basename $(readlink -f root))
all_files() {
find "$root" -type f,l