mirror of https://github.com/zulip/zulip.git
install: Use a period at end of root error message.
This commit is contained in:
parent
faae845366
commit
83738f7e6d
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
if [ "$EUID" -ne 0 ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
umask 022
|
umask 022
|
||||||
|
|
Loading…
Reference in New Issue