Error message change from review.

This commit is contained in:
Luke Bakken 2017-08-17 06:03:04 -07:00
parent c8b6b74a9c
commit 402aab2857
No known key found for this signature in database
GPG Key ID: CC62EF7B15FC0213
1 changed files with 1 additions and 1 deletions

View File

@ -88,7 +88,7 @@ exec_script_as_root() {
then
exec /bin/su rabbitmq -s /bin/sh -c "/usr/lib/rabbitmq/bin/$SCRIPT $CMDLINE"
else
echo 'No command present to run as rabbitmq user. Please ensure /bin/su or /sbin/runuser is available.' 1>&2
echo "Please ensure /bin/su or /sbin/runuser exists and can be executed by $USER." 1>&2
exit 1
fi
}