label-install: fix unbound variable error

This commit is contained in:
Jeff Mahoney 2024-05-09 14:51:48 -04:00
parent 0fccb4d9ee
commit 8b782da2eb

View File

@ -24,6 +24,7 @@ if test ! -w "/host/etc"; then
exit 1
fi
installed=false
if test ! -e "/host/etc/radvd.conf"; then
cp /etc/radvd.conf /host/etc/radvd.conf
echo "radvd-install: installed example /etc/radvd.conf"