fix typo in install scripts

This commit is contained in:
henrygd
2025-07-10 15:10:44 -04:00
parent 780644eeae
commit cd9e0f7b5b
2 changed files with 11 additions and 11 deletions

View File

@@ -353,7 +353,7 @@ if is_alpine; then
fi
# Add the user to the docker group to allow access to the Docker socket if group docker exists
if getent group docker; then
echo "Adding besel to docker group"
echo "Adding beszel to docker group"
usermod -aG docker beszel
fi
@@ -364,7 +364,7 @@ else
fi
# Add the user to the docker group to allow access to the Docker socket if group docker exists
if getent group docker; then
echo "Adding besel to docker group"
echo "Adding beszel to docker group"
usermod -aG docker beszel
fi
fi

View File

@@ -323,7 +323,7 @@ if is_alpine; then
fi
# Add the user to the docker group to allow access to the Docker socket if group docker exists
if getent group docker; then
echo "Adding besel to docker group"
echo "Adding beszel to docker group"
usermod -aG docker beszel
fi
@@ -334,7 +334,7 @@ else
fi
# Add the user to the docker group to allow access to the Docker socket if group docker exists
if getent group docker; then
echo "Adding besel to docker group"
echo "Adding beszel to docker group"
usermod -aG docker beszel
fi
fi