Initial commit
This commit is contained in:
9
docker-entrypoint.sh
Normal file
9
docker-entrypoint.sh
Normal 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
|
||||
Reference in New Issue
Block a user