mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-12 09:34:29 +05:00
Add readme
This commit is contained in:
@@ -26,7 +26,7 @@ fi
|
||||
|
||||
XTOPDIR=$XDIR/$TARGET_BRANCH
|
||||
|
||||
find . -maxdepth 1 -type f -name "*.sh" -exec chmod 775 -- {} + >/dev/null
|
||||
#find . -maxdepth 1 -type f -name "*.sh" -exec chmod 775 -- {} + >/dev/null
|
||||
find . -maxdepth 1 -type f -name "*.sh" -exec cp {} $XTOPDIR \; >/dev/null
|
||||
find . -maxdepth 1 -type f -name "*.config" -exec cp {} $XTOPDIR \; >/dev/null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user