From ff3155de6dbcf05ae9276d4f9ced1ec35bc3703f Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 22 Aug 2016 10:04:27 +0200 Subject: reproducible Debian: simplefy error message, there is no black magic involved --- bin/reproducible_schedule_on_demand.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_schedule_on_demand.sh') diff --git a/bin/reproducible_schedule_on_demand.sh b/bin/reproducible_schedule_on_demand.sh index 7b51949c..27bb0fbc 100755 --- a/bin/reproducible_schedule_on_demand.sh +++ b/bin/reproducible_schedule_on_demand.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Copyright 2014 Holger Levsen +# Copyright 2014,2016 Holger Levsen # © 2015 Mattia Rizzolo # released under the GPLv=2 @@ -9,8 +9,7 @@ set -e if [ ! -z "$SUDO_USER" ] ; then REQUESTER="$SUDO_USER" else - echo "Looks like you logged into this host as the jenkins user without sudoing to it. How can that be possible?!?!" - echo "You're doing something too weird to be supported, please be normal, exiting." + echo "Please run this script as the jenkins user, exiting." exit 1 fi -- cgit v1.2.3-54-g00ecf