mirror of
https://github.com/nasa/fpp.git
synced 2025-12-11 03:05:32 -06:00
Revise update-ref script
This commit is contained in:
parent
98755c369e
commit
979973936c
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
for file in `find . -mindepth 2 -name update-ref`
|
||||
for file in `find . -mindepth 2 -maxdepth 2 -name update-ref`
|
||||
do
|
||||
dir=`dirname $file`
|
||||
echo "[ $dir ]"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user