From 38577645647af854bd9c3565d645a14dbae4b870 Mon Sep 17 00:00:00 2001 From: KardRi <51556723+KardRi@users.noreply.github.com> Date: Fri, 23 Aug 2024 18:08:23 +0800 Subject: [PATCH] Update JDC-AX1800pro-NSS-12-5-.yml --- .github/workflows/JDC-AX1800pro-NSS-12-5-.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/JDC-AX1800pro-NSS-12-5-.yml b/.github/workflows/JDC-AX1800pro-NSS-12-5-.yml index c8dd819f5a..f809e2ee69 100644 --- a/.github/workflows/JDC-AX1800pro-NSS-12-5-.yml +++ b/.github/workflows/JDC-AX1800pro-NSS-12-5-.yml @@ -105,8 +105,8 @@ jobs: - name: Load Custom Configuration run: | - [ -e files ] && cp -f files $OPENWRT_PATH/files - [ -e $CONFIG_FILE ] && cp -f $CONFIG_FILE $OPENWRT_PATH/.config + [ -e files ] && cp -vf files $OPENWRT_PATH/files + [ -e $CONFIG_FILE ] && cp -vf $CONFIG_FILE $OPENWRT_PATH/.config cat $CONFIG_FILE cat $OPENWRT_PATH/.config