removed extra dash from chmod command
This commit is contained in:
parent
053185b0ae
commit
c48f4ff2dd
1 changed files with 1 additions and 1 deletions
|
@ -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/*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue