#!/bin/bash set -e chown -R agent:agent /home 2>/dev/null || true exec su -s /bin/bash agent -c "python3 /app/app.py"