mirror of
https://github.com/openwrt-xiaomi/builder.git
synced 2025-12-12 17:44:29 +05:00
Fix using LuCI aux_menu
This commit is contained in:
@@ -30,6 +30,7 @@ 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 "*.sh" -exec cp {} $XTOPDIR \; >/dev/null
|
||||||
find . -maxdepth 1 -type f -name "*.config" -exec cp {} $XTOPDIR \; >/dev/null
|
find . -maxdepth 1 -type f -name "*.config" -exec cp {} $XTOPDIR \; >/dev/null
|
||||||
|
find . -maxdepth 1 -type f -name "*.json" -exec cp {} $XTOPDIR \; >/dev/null
|
||||||
|
|
||||||
echo "Repository '$TARGET_BRANCH' created!"
|
echo "Repository '$TARGET_BRANCH' created!"
|
||||||
#cd $XTOPDIR
|
#cd $XTOPDIR
|
||||||
|
|||||||
Reference in New Issue
Block a user