summaryrefslogtreecommitdiffstats
path: root/init_node
diff options
context:
space:
mode:
Diffstat (limited to 'init_node')
-rwxr-xr-xinit_node5
1 files changed, 4 insertions, 1 deletions
diff --git a/init_node b/init_node
index 515b8a1e..30551e8b 100755
--- a/init_node
+++ b/init_node
@@ -49,6 +49,9 @@ MIN=$(echo "($DURATION-$HOUR*3600)/60"|bc)
SEC=$(echo "$DURATION-$HOUR*3600-$MIN*60"|bc)
echo "$(date -u) - total duration: ${HOUR}h ${MIN}m ${SEC}s."
echo
-echo "Now log out and log in again (to aquire new group memberships) and run:"
+echo "#### NOTE #### (Those sudo problems are normal, see below! #### NOTE ####"
+echo
+echo "Now log out and log in again (to aquire new group memberships, so that above sudo"
+echo "problems are gone) and run:"
echo " cd ~jenkins-adm/jenkins.debian.net/"
echo " ./update_jdn.sh 2>&1 | sudo tee -a /var/log/jenkins/update_jdn.log"