Skip to content

Commit f96a06e

Browse files
committed
Add 'which' command to set of common tools.
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>
1 parent 10c00f6 commit f96a06e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/scripts/sshd.start

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ fi
4040

4141
# Common tools needed to set up service
4242
mkdir -p $HOME/bin
43-
cp /sshd/tar /sshd/gzip $HOME/bin/
43+
cp /sshd/tar /sshd/gzip /sshd/which $HOME/bin/
4444
echo 'export PATH=$PATH:$HOME/bin' >> $HOME/.profile
4545

4646
# Set up environment variables injected into PID 1 (.profile & .bashrc)

0 commit comments

Comments
 (0)