dsynth - Fix mktemplate bug when no keys in /etc/ssh
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 26 Nov 2019 23:45:13 +0000 (15:45 -0800)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 26 Nov 2019 23:45:13 +0000 (15:45 -0800)
commitd2dd78027f3fc554f87d4b4113f5fe04f3937f00
tree85d19972dcf86e571949d1ee0b453bf4bd69b275
parentc9b86fefefb2bf4be222d802ff5f7c37f810406d
dsynth - Fix mktemplate bug when no keys in /etc/ssh

* mktemplate copies portions of /etc and removes ssh keys
  in the builder chroots, but errors out if there are none
  to remove.

* Add 'set nonomatch' to the script to fix the error.
usr.bin/dsynth/mktemplate.sh