Docker-iventoy/entrypoint.sh
2024-04-23 19:18:11 +02:00

9 lines
127 B
Bash

#!/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