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