This commit is contained in:
emmett1
2018-01-01 10:28:22 +08:00
parent 8e4243195c
commit 86f117263a

View File

@@ -15,7 +15,7 @@ if [ ! -f "$1" ]; then
exit 1
fi
list=$(cat $1)
list=$(cat $1 | grep -v '^#')
for i in $list; do
if [ -d $INDEX_DIR/$i ]; then