Files
secondo-docker/entrypoint.sh
2026-01-23 16:46:56 +08:00

12 lines
308 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/bin/bash
set -e
# # 等待 /root/.secondorc 可用InstallSDK 有可能已生成)
if [ -f /root/.secondorc ]; then
# source .secondorc 并传入 secondo 路径参数(保持与脚本原意一致)
source /root/.secondorc /root/secondo || true
fi
# 启动 sshd在后台
/usr/sbin/sshd -D