Update pishrink.sh

This commit is contained in:
Sean 2022-11-14 13:50:34 -08:00
parent c962994481
commit 0f8996443c
1 changed files with 1 additions and 1 deletions

View File

@ -331,7 +331,7 @@ if [[ $prep == true ]]; then
dd if=/dev/hwrng of=/dev/urandom count=1 bs=4096 status=none
fi
rm -f $mountdir/etc/ssh/ssh_host_*_key*
ssh-keygen -A -f $mountdir/etc/ssh > /dev/null
ssh-keygen -A -f $mountdir > /dev/null
fi
fi
#check if dropbear is enabled