summaryrefslogtreecommitdiffstats
path: root/loolwsd-generate-proof-key
diff options
context:
space:
mode:
authorHenry Castro <hcastro@collabora.com>2021-11-15 12:07:24 -0400
committerAndras Timar <andras.timar@collabora.com>2021-11-17 09:17:46 +0100
commit85ba63ddceb05e745b6818027ff5d2d2dea54f00 (patch)
tree3a2195089295bcf83f8b9e5278d20b82fcc43be9 /loolwsd-generate-proof-key
parentmisc: more renames 'lool' -> 'cool' (diff)
downloadonline-85ba63ddceb05e745b6818027ff5d2d2dea54f00.tar.gz
online-85ba63ddceb05e745b6818027ff5d2d2dea54f00.zip
misc: more renames 'lool' -> 'cool'
Change-Id: Ic9fbae88d92921b9081e7067347852e385f45af3 Signed-off-by: Henry Castro <hcastro@collabora.com>
Diffstat (limited to 'loolwsd-generate-proof-key')
-rwxr-xr-xloolwsd-generate-proof-key2
1 files changed, 1 insertions, 1 deletions
diff --git a/loolwsd-generate-proof-key b/loolwsd-generate-proof-key
index d986aa1c1a..6fa188958e 100755
--- a/loolwsd-generate-proof-key
+++ b/loolwsd-generate-proof-key
@@ -25,7 +25,7 @@ if hash ssh-keygen 2>/dev/null; then
if id -u cool >/dev/null 2>&1; then
$SUDO chown lool: /etc/loolwsd/proof_key
else
- echo "User lool does not exist. Please reinstall loolwsd package, or in case of manual installation from source, create the cool user manually."
+ echo "User cool does not exist. Please reinstall loolwsd package, or in case of manual installation from source, create the cool user manually."
fi
else
echo "ssh-keygen command not found. Please install openssh client tools."