Fix using LuCI aux_menu

This commit is contained in:
remittor
2022-08-22 12:32:54 +03:00
parent 4dad6aad84
commit d131968010

View File

@@ -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 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!"
#cd $XTOPDIR