We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9c9d5 commit 614bc0cCopy full SHA for 614bc0c
sagemaker_ssh_helper/sm-ssh-ide
@@ -64,6 +64,8 @@ EOF
64
echo "/usr/bin/mate-session" > ~/.xsession
65
chmod +x ~/.xsession
66
67
+ # shellcheck disable=SC2016
68
+ sed -i -e 's~^ERRFILE=$HOME/.xsession-errors~ERRFILE=/var/log/apps/app_container.log__xsession-errors~' /etc/X11/Xsession
69
fi
70
71
else
@@ -191,7 +193,7 @@ elif [[ "$1" == "start" ]]; then
191
193
if _is_centos; then
192
194
:
195
- echo "sm-ssh-ide: Starting DBUS service"
196
+ echo "sm-ssh-ide: Starting DBUS service (it can take a while)"
197
/etc/init.d/dbus start
198
199
0 commit comments