Merge pull request #2462 from fewtarius/dev

Wireguard tools should be executable.
This commit is contained in:
fewtarius 2023-11-29 19:50:58 -05:00 committed by GitHub
commit 053185b0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,4 +27,5 @@ makeinstall_target() {
cp ${PKG_DIR}/scripts/wg-genconfig ${INSTALL}/usr/bin
cp ${PKG_BUILD}/src/wg ${INSTALL}/usr/bin
cp ${PKG_BUILD}/src/wg-quick/linux.bash ${INSTALL}/usr/bin/wg-quick
chmod -755 ${INSTALL}/usr/bin/*
}