fix shutdown
This commit is contained in:
@@ -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" ]
|
||||
|
||||
Reference in New Issue
Block a user