fix another typo

This commit is contained in:
Mario Voigt 2025-03-14 01:11:51 +01:00
parent c3237cdc62
commit 06560ca994
3 changed files with 9 additions and 9 deletions

View File

@ -50,11 +50,11 @@ echo -e " - please check the CHANGELOG for latest modifications to the server at
echo -e " - further information about configuration and usage can be found at \e[36mhttps://fab-access.org/configure\e[0m"
echo -e " - the client application to access your server (called 'Borepin') can be found at \e[36mhttps://fab-access.org/download\e[0m\n"
# create default bffh.dhall from --print-default
# create default bffh.dhall from --print-default, if config not existent
if [ ! -f /etc/bffh/bffh.dhall ]; then
if command -v dhall 2>&1 >/dev/null; then
/usr/bin/bffhd --print-default | dhall format > /etc/bffh/bffh.dhall
else
cat <<EOF > /etc/bffh/bffh.dhall
{-
If you want to re-format this file, please install the dhall package:
@ -77,7 +77,7 @@ You can also re-create this file easily by:
EOF
/usr/bin/bffhd --print-default >> /etc/bffh/bffh.dhall
fi
fi
# check for Mosquitto availability on local system
if command -v dnf 2>&1 >/dev/null; then

View File

@ -2,7 +2,7 @@
.\" Contact info@fab-access.org to correct errors or typos.
.TH man 1 "13 Mar 2025" "1.0" "fabfire_provision man page"
.SH NAME
bffhd
fabfire_provision
.SH SYNOPSIS
The FabFire Provisioning Tool is used to provide new cards for the FabAccess card system.
.SH DESCRIPTION