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 c496be6 commit bb3fdb4Copy full SHA for bb3fdb4
sagemaker_ssh_helper/sm-ssh-ide
@@ -29,12 +29,12 @@ if [[ "$1" == "configure" ]]; then
29
_install_helper_scripts
30
31
cat >/etc/profile.d/sm-ssh-ide.sh <<EOF
32
-export XAUTHORITY="/tmp/.Xauthority-$USER"
33
-export ICEAUTHORITY="/tmp/.ICEauthority-$USER"
34
-touch "/tmp/.Xauthority-$USER"
35
-touch "/tmp/.ICEauthority-$USER"
36
-chmod 600 "/tmp/.Xauthority-$USER"
37
-chmod 600 "/tmp/.ICEauthority-$USER"
+export XAUTHORITY="/tmp/.Xauthority-\$USER"
+export ICEAUTHORITY="/tmp/.ICEauthority-\$USER"
+touch "/tmp/.Xauthority-\$USER"
+touch "/tmp/.ICEauthority-\$USER"
+chmod 600 "/tmp/.Xauthority-\$USER"
+chmod 600 "/tmp/.ICEauthority-\$USER"
38
EOF
39
source /etc/profile.d/sm-ssh-ide.sh
40
0 commit comments