change root to readlink root

This commit is contained in:
2024-11-28 14:11:19 -05:00
parent a7052b04a7
commit 81bb36ee48
2 changed files with 3 additions and 3 deletions

View File

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