Skip to content

Commit

Permalink
[openwrt] fix conf dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
lirundong committed Oct 13, 2024
1 parent 962b679 commit 61e4904
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openwrt-builder/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ curl -sSL https://github.com/SagerNet/sing-box/releases/download/v${SING_BOX_VER
tar -xf sing-box.tar.gz
chmod +x sing-box-${SING_BOX_VERSION}-linux-${SING_BOX_ARCH}/sing-box
mv sing-box-${SING_BOX_VERSION}-linux-${SING_BOX_ARCH}/sing-box $CUSTOM_FILES_DIR/usr/bin/
mkdir -p $CUSTOM_FILES_DIR/root/.config/sing-box
cp ${SING_BOX_CONFIG} $CUSTOM_FILES_DIR/root/.config/sing-box/config.json

# Sing-Box web dashbord.
Expand Down

0 comments on commit 61e4904

Please sign in to comment.