diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2023-12-31 18:39:37 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2023-12-31 18:39:37 +0000 |
| commit | a04ca1c229195c7089b878a94fbe76505ea693b5 (patch) | |
| tree | 897072ef30ae5f36139bbcfcc3327310d092c9d4 | |
| parent | ad3174ecea3374442b3504149fe2b5a9d9ec6f1e (diff) | |
| -rw-r--r-- | libexec/rc/rc.initdiskless | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.initdiskless b/libexec/rc/rc.initdiskless index ee891c3f782e..8b4a01187636 100644 --- a/libexec/rc/rc.initdiskless +++ b/libexec/rc/rc.initdiskless @@ -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 |
