1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00

scripts/stop.sh: typo fix.

This commit is contained in:
Henrik Hautakoski 2023-05-14 17:27:50 +02:00
parent a35277a38b
commit 09c5fcc86b

View file

@ -13,5 +13,5 @@ if [ -f "$PIDFILE" ]; then
echo -ne "."
sleep 1
done
echo -ne "\rProcesss stopped. \n"
echo -ne "\rProcess stopped. \n"
fi