summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeploy_jdn2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy_jdn b/deploy_jdn
index e81f52c6..d785070d 100755
--- a/deploy_jdn
+++ b/deploy_jdn
@@ -94,7 +94,7 @@ else
sudo -u jenkins-adm git pull $GIT_REPO
fi
-./update_jdn.sh 2>&1 | tee -a /var/log/jenkins/update_jdn.log
+./update_jdn.sh 2>&1 | sudo tee -a /var/log/jenkins/update_jdn.log
EOF
reset_clock=true
if [ "$1" = "all" ] ; then