EasySmartControl / src /startup.sh
orztv
update
a3d8ffc
raw
history blame
194 Bytes
#!/bin/sh
echo "$WORKDIR"
# 运行sshx
/app/sshx/sshx --help
/app/sshx/sshx --shell hf-shell
# 如果需要,可以在这里添加其他启动命令
# 保持容器运行
tail -f /dev/null