#!/bin/bash mkdir -p /storage/vllm/ chown -R apiserver:apiserver /storage/vllm touch /storage/vllm/cmd.txt touch /storage/vllm/rathole-client.toml if [ -f /storage/vllm/ssh ]; then cp -r /storage/vllm/ssh /root/.ssh echo "Copied ssh from /storage" fi /usr/bin/supervisord