diff options
Diffstat (limited to 'modules/mga-advisories/templates/adv-move-pkg')
-rw-r--r-- | modules/mga-advisories/templates/adv-move-pkg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/mga-advisories/templates/adv-move-pkg b/modules/mga-advisories/templates/adv-move-pkg new file mode 100644 index 00000000..39d246ec --- /dev/null +++ b/modules/mga-advisories/templates/adv-move-pkg @@ -0,0 +1,8 @@ +#!/bin/sh + +if [ "$USER" != "<%= @mgaadv_login %>" ]; then + echo "This script must be run as the <%= @mgaadv_login %> user." >&2 + exit 1 +fi + +exec sudo <%= @move_script %> "$@" |