We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10c00f6 commit f96a06eCopy full SHA for f96a06e
1 file changed
build/scripts/sshd.start
@@ -40,7 +40,7 @@ fi
40
41
# Common tools needed to set up service
42
mkdir -p $HOME/bin
43
-cp /sshd/tar /sshd/gzip $HOME/bin/
+cp /sshd/tar /sshd/gzip /sshd/which $HOME/bin/
44
echo 'export PATH=$PATH:$HOME/bin' >> $HOME/.profile
45
46
# Set up environment variables injected into PID 1 (.profile & .bashrc)
0 commit comments