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,12 +50,12 @@ 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 " - 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" 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 command -v dhall 2>&1 >/dev/null; then 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 /usr/bin/bffhd --print-default | dhall format > /etc/bffh/bffh.dhall
else else
cat <<EOF > /etc/bffh/bffh.dhall
cat <<EOF > /etc/bffh/bffh.dhall
{- {-
If you want to re-format this file, please install the dhall package: If you want to re-format this file, please install the dhall package:
@ -75,10 +75,10 @@ You can also re-create this file easily by:
-} -}
EOF EOF
/usr/bin/bffhd --print-default >> /etc/bffh/bffh.dhall /usr/bin/bffhd --print-default >> /etc/bffh/bffh.dhall
fi
fi fi
# check for Mosquitto availability on local system # check for Mosquitto availability on local system
if command -v dnf 2>&1 >/dev/null; then if command -v dnf 2>&1 >/dev/null; then
dnf list installed mosquitto > /dev/null 2>&1 dnf list installed mosquitto > /dev/null 2>&1

View File

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