Skip to content

Commit 8014a0c

Browse files
authored
Update Packages.sh
1 parent afc74d9 commit 8014a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Scripts/Packages.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ UPDATE_PACKAGE() {
88
local PKG_SPECIAL=$4
99
local REPO_NAME=$(echo $PKG_REPO | cut -d '/' -f 2)
1010

11-
find ./ ../feeds/luci/ ../feeds/packages/ -maxdepth 3 -type d -name "*$PKG_NAME*" -exec rm -rf {} +
11+
find ./ ../feeds/luci/ ../feeds/packages/ -maxdepth 3 -type d -iname "*$PKG_NAME*" -exec rm -rf {} +
1212

1313
git clone --depth=1 --single-branch --branch $PKG_BRANCH "https://github.com/$PKG_REPO.git"
1414

0 commit comments

Comments
 (0)