From d13196801080beffd9e05d5294972b87bc63e0b8 Mon Sep 17 00:00:00 2001 From: remittor Date: Mon, 22 Aug 2022 12:32:54 +0300 Subject: [PATCH] Fix using LuCI aux_menu --- xcreate.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xcreate.sh b/xcreate.sh index 3334113..8b5a6da 100755 --- a/xcreate.sh +++ b/xcreate.sh @@ -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