code: error on stderr

This commit is contained in:
Franco Fichtner 2019-10-28 11:07:37 +01:00
parent 9d495366b8
commit e6bec81cf7
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ done
shift $((${OPTIND} - 1))
if [ -z "${NONROOT}" -a "$(id -u)" != "0" ]; then
echo "Must be root."
echo "Must be root." >&2
exit 1
fi