mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
importer: make clear that /conf/config.xml is required
This commit is contained in:
parent
fdd9d606a9
commit
245401492b
@ -24,7 +24,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd Sep 8, 2018
|
||||
.Dd November 20, 2018
|
||||
.Dt OPNSENSE-IMPORTER 8
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -39,6 +39,11 @@ The
|
||||
.Nm
|
||||
utility can import a previous configuration from multiple types of
|
||||
disk formats.
|
||||
A normal system directory layout using
|
||||
.Pa /conf
|
||||
is expected with at least
|
||||
.Pa /conf/config.xml
|
||||
present.
|
||||
If successful, the old configuration will be replaced.
|
||||
.Pp
|
||||
The
|
||||
|
||||
@ -299,7 +299,7 @@ while : ; do
|
||||
# hooray, we're done!
|
||||
break
|
||||
else
|
||||
echo "No previous configuration was found."
|
||||
echo "The file /conf/config.xml could not be found."
|
||||
|
||||
if [ -n "${DO_DEV}" ]; then
|
||||
bootstrap_and_exit 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user