aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mga-advisories/templates/update_script
diff options
context:
space:
mode:
Diffstat (limited to 'modules/mga-advisories/templates/update_script')
-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