Spaces:
Running
Running
orztv
commited on
Commit
·
a3d8ffc
1
Parent(s):
4c150ac
update
Browse files- src/startup.sh +4 -0
src/startup.sh
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
#!/bin/sh
|
2 |
|
|
|
|
|
3 |
# 运行sshx
|
4 |
/app/sshx/sshx --help
|
5 |
|
|
|
|
|
6 |
# 如果需要,可以在这里添加其他启动命令
|
7 |
|
8 |
# 保持容器运行
|
|
|
1 |
#!/bin/sh
|
2 |
|
3 |
+
echo "$WORKDIR"
|
4 |
+
|
5 |
# 运行sshx
|
6 |
/app/sshx/sshx --help
|
7 |
|
8 |
+
/app/sshx/sshx --shell hf-shell
|
9 |
+
|
10 |
# 如果需要,可以在这里添加其他启动命令
|
11 |
|
12 |
# 保持容器运行
|