1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-07-02 11:43:42 +02:00

scripts/build_freebsd.sh: make rc script executable

This commit is contained in:
Henrik Hautakoski 2020-06-11 18:12:13 +02:00
parent abde77f291
commit 4f1fd33ac7

View file

@ -19,6 +19,9 @@ cat ${TEMPLATE_DIR}/rc.conf \
| sed "s~{{ PROGRAM }}~/${PACKAGE_BINDIR}/${PACKAGE_NAME}~" \ | sed "s~{{ PROGRAM }}~/${PACKAGE_BINDIR}/${PACKAGE_NAME}~" \
> ${BASE_DIR}/${PACKAGE_TMPDIR}/${PACKAGE_RCDIR}/${RC_NAME} > ${BASE_DIR}/${PACKAGE_TMPDIR}/${PACKAGE_RCDIR}/${RC_NAME}
# Must be executable.
chmod 755 ${BASE_DIR}/${PACKAGE_TMPDIR}/${PACKAGE_RCDIR}/${RC_NAME}
############################ ############################
# Create newsyslog config # # Create newsyslog config #
############################ ############################