system: fix typo

This commit is contained in:
Franco Fichtner 2023-07-24 09:56:46 +02:00
parent 136e403537
commit 592c9a84df

View File

@ -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