From 592c9a84df57e097e974774ce886eed2596ec9e5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 24 Jul 2023 09:56:46 +0200 Subject: [PATCH] system: fix typo --- src/sbin/opnsense-importer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sbin/opnsense-importer b/src/sbin/opnsense-importer index ea49476e1..893e7b800 100755 --- a/src/sbin/opnsense-importer +++ b/src/sbin/opnsense-importer @@ -336,7 +336,7 @@ while : ; do elif [ -f "${MNT}/conf/config.xml" ]; then if [ "$(grep -cx -- '---- BEGIN config.xml ----' ${MNT}/conf/config.xml)" != "0" ]; then if ! opnsense-crypt ${MNT}/conf/config.xml; then - echo "The file /conf/config.xml could not be encrypted." + echo "The file /conf/config.xml could not be decrypted." if [ -n "${DO_DEV}" ]; then bootstrap_and_exit 1