diff options
-rwxr-xr-x | init_node | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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" |