updates
This commit is contained in:
@@ -15,6 +15,8 @@ RUN \
|
||||
pipx install plextraktsync && \
|
||||
chmod +x /software/*.sh
|
||||
|
||||
ENV PATH=$PATH:/root/.local/usr/bin
|
||||
|
||||
STOPSIGNAL SIGINT
|
||||
ENTRYPOINT [ "tini", "--" ]
|
||||
CMD ["bash", "/software/entrypoint.sh"]
|
||||
@@ -6,4 +6,4 @@ echo 'export HOMEFOLDER=/software' >> /root/.profile
|
||||
source ~/.profile
|
||||
|
||||
# dont shutdown
|
||||
while true; do /software/plextraktsync.sh; sleep 86400; done
|
||||
while true; do /software/plextraktsync.sh; sleep 1200; done
|
||||
|
||||
Reference in New Issue
Block a user