tail-f trick

This commit is contained in:
whaffman 2025-07-11 13:02:20 +02:00
parent b9cb7da1f8
commit 0331e6414e

View File

@ -54,4 +54,4 @@ echo " Or use Python interactively with: python3 -i /app/src/inquisitor.py"
echo ""
# Start an interactive bash shell
exec /bin/bash
tail -f /dev/null & # Keep the script running