Initial commit

This commit is contained in:
2023-09-07 09:23:34 +00:00
commit 81c504e293
4 changed files with 50 additions and 0 deletions

9
docker-entrypoint.sh Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
# set profile things
echo 'export PATH=$PATH:/root/.local/bin' >> /root/.profile
echo 'export HOMEFOLDER=/software' >> /root/.profile
source ~/.profile
# dont shutdown
while true; do /software/plextraktsync.sh; sleep 86400; done