Add entrypoint.sh

This commit is contained in:
Sthope 2024-04-23 19:18:11 +02:00
parent 39a1098b16
commit 30e2820b6c

9
entrypoint.sh Normal file
View 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