1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Small fix

This commit is contained in:
CrazyMax 2018-07-07 14:23:39 +02:00
parent 185f63257c
commit 38f2e670db

View file

@ -46,7 +46,7 @@ ADD entrypoint.sh /entrypoint.sh
ADD assets /
RUN mkdir -p /data ${LIBRENMS_PATH}/config.d /var/log/supervisord \
&& chmod a+x /entrypoint.sh \
&& chmod a+x /entrypoint.sh /usr/local/bin/* \
&& cp ${LIBRENMS_PATH}/snmpd.conf.example /etc/snmp/snmpd.conf \
&& cp ${LIBRENMS_PATH}/config.php.default ${LIBRENMS_PATH}/config.php \
&& echo "foreach (glob(\"${DATA_PATH}/config/*.php\") as \$filename) include \$filename;" >> ${LIBRENMS_PATH}/config.php \