rc.initdiskless: Remove bogus plus sign

Reviewed by:	imp, dab
Fixes:		Fixes: 93b7818226 ("libexec/rc/rc.initdiskless: make tar's path flexible")
Differential Revision:	https://reviews.freebsd.org/D43241
This commit is contained in:
Jose Luis Duran 2023-12-31 13:39:37 -05:00 committed by Mark Johnston
parent ad3174ecea
commit a04ca1c229

View file

@ -362,7 +362,7 @@ done
# so if the cpio archive is present, it prevents the files from dir/
# from being copied.
+PATH=${PATH}:/rescue
PATH=${PATH}:/rescue
for i in ${templates} ; do
for j in /conf/$i/* ; do