File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ fn_check_ownership(){
31
31
{
32
32
echo -e " User\tGroup\tFile\n"
33
33
if [ " ${selfownissue} " == " 1" ]; then
34
- find " ${rootdir} /${selfname} " -not -user " $( whoami) " -printf " %u\t\t %g\t%p\n"
34
+ find " ${rootdir} /${selfname} " -not -user " $( whoami) " -printf " %u\t%g\t%p\n"
35
35
fi
36
36
if [ " ${funcownissue} " == " 1" ]; then
37
- find " ${functionsdir} " -not -user " $( whoami) " -printf " %u\t\t %g\t%p\n"
37
+ find " ${functionsdir} " -not -user " $( whoami) " -printf " %u\t%g\t%p\n"
38
38
fi
39
39
if [ " ${filesownissue} " == " 1" ]; then
40
- find " ${serverfiles} " -not -user " $( whoami) " -printf " %u\t\t %g\t%p\n"
40
+ find " ${serverfiles} " -not -user " $( whoami) " -printf " %u\t%g\t%p\n"
41
41
fi
42
42
43
43
} | column -s $' \t ' -t | tee -a " ${lgsmlog} "
You can’t perform that action at this time.
0 commit comments