#!/bin/sh set -e echo "Starting FRP client..." /frp/frpc -c /frp/frpc.toml & echo "Starting file upload service..." python3 app.py