aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-advisories
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-04-08 10:05:36 +0000
committerColin Guthrie <colin@mageia.org>2014-04-08 10:05:36 +0000
commitee5f63843865ae8f2a443f87ddaeda386d946772 (patch)
treeea01e08bb8e3c8bd51f38f463fb92cfefe9ba178 /modules/mga-advisories
parent8d5ef4414856de1edb62333ac3547454fdfb002d (diff)
downloadpuppet-ee5f63843865ae8f2a443f87ddaeda386d946772.tar
puppet-ee5f63843865ae8f2a443f87ddaeda386d946772.tar.gz
puppet-ee5f63843865ae8f2a443f87ddaeda386d946772.tar.bz2
puppet-ee5f63843865ae8f2a443f87ddaeda386d946772.tar.xz
puppet-ee5f63843865ae8f2a443f87ddaeda386d946772.zip
mga-advisories: Clarify message
Diffstat (limited to 'modules/mga-advisories')
-rw-r--r--modules/mga-advisories/templates/update_script2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mga-advisories/templates/update_script b/modules/mga-advisories/templates/update_script
index 74481814..cdd20ea2 100644
--- a/modules/mga-advisories/templates/update_script
+++ b/modules/mga-advisories/templates/update_script
@@ -2,7 +2,7 @@
set -e
if [ "$UID" = "0" ]; then
- echo "Re-running as <%= @mgaadv_login %>." >&2
+ echo "Re-running as '<%= @mgaadv_login %>' user." >&2
exec /bin/su -c <%= @update_script %> - <%= @mgaadv_login %>
fi