install: Use a period at end of root error message.

This commit is contained in:
Tim Abbott 2021-06-23 08:42:46 -07:00
parent faae845366
commit 83738f7e6d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
set -e
if [ "$EUID" -ne 0 ]; then
echo "Error: The installation script must be run as root" >&2
echo "Error: The installation script must be run as root." >&2
exit 1
fi
umask 022