root may or maynot be a symlink
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
|
||||
root=$(readlink root)
|
||||
root=$(basename $(readlink -f root))
|
||||
|
||||
all_files() {
|
||||
find "$root" -type f,l
|
||||
|
Reference in New Issue
Block a user