Add entrypoint.sh
This commit is contained in:
parent
39a1098b16
commit
30e2820b6c
9
entrypoint.sh
Normal file
9
entrypoint.sh
Normal file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
cd /app
|
||||
if $AUTO_START_PXE; then
|
||||
./iventoy.sh -R start
|
||||
else
|
||||
./iventoy.sh start
|
||||
fi
|
||||
sleep 5
|
||||
tail -f log/log.txt
|
Loading…
x
Reference in New Issue
Block a user