removed extra dash from chmod command

This commit is contained in:
Mauro Ferradini 2023-11-30 11:57:32 +00:00
parent 053185b0ae
commit c48f4ff2dd

View file

@ -27,5 +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/*
chmod 755 ${INSTALL}/usr/bin/*
}