fix shutdown

This commit is contained in:
2018-11-22 13:10:16 +01:00
parent f515a9ecf9
commit f6a905f44f
5 changed files with 47 additions and 7 deletions

View File

@@ -12,6 +12,8 @@ RUN chmod 770 /var/run/nut
# Copy data for add-on
COPY run.sh /
COPY shutdown.sh /
RUN chmod a+x /run.sh
RUN chmod a+x /shutdown.sh
CMD [ "/run.sh" ]