Skip to content

Commit c67a644

Browse files
Merge pull request #2062 from rgrunber/landing-instructions
Adjust SSHD editor definition command.
2 parents 2a5a310 + fa743e4 commit c67a644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

editors-definitions/che-code-sshd-insiders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ components:
8787
command:
8888
- sh
8989
- -c
90-
- "nohup /entrypoint.sh & nohup /sshd.start & nohup node /opt/www/server.js & tail -f /dev/null"
90+
- "nohup /entrypoint.sh & nohup /sshd.start & pushd /opt/www/ && nohup node /opt/www/server.js & tail -f /dev/null"
9191
endpoints:
9292
- name: che-code-sshd
9393
attributes:

editors-definitions/che-code-sshd-next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ components:
8787
command:
8888
- sh
8989
- -c
90-
- "nohup /entrypoint.sh & nohup /sshd.start & nohup node /opt/www/server.js & tail -f /dev/null"
90+
- "nohup /entrypoint.sh & nohup /sshd.start & pushd /opt/www/ && nohup node /opt/www/server.js & tail -f /dev/null"
9191
endpoints:
9292
- name: che-code-sshd
9393
attributes:

0 commit comments

Comments
 (0)