Merge "Fix ssh key cleanup to run in chroot"
This commit is contained in:
commit
69c811870c
@ -14,5 +14,5 @@ set -o pipefail
|
||||
# simple-init.
|
||||
|
||||
if [ -d /etc/ssh ] ; then
|
||||
sudo find /etc/ssh -name 'ssh_host*' -type f -delete
|
||||
sudo find $TARGET_ROOT/etc/ssh -name 'ssh_host*' -type f -delete
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user