Skip to content
Snippets Groups Projects
Commit cb85a379 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

4806 - write STDERR and log cleanup to log

parent c431f1ca
Branches
No related tags found
No related merge requests found
...@@ -353,8 +353,7 @@ fi ...@@ -353,8 +353,7 @@ fi
test -d "${logdir}" || mkdir -p "${logdir}" test -d "${logdir}" || mkdir -p "${logdir}"
for myprofile in $allprofiles for myprofile in $allprofiles
do do
deploy $myprofile | tee ${logdir}/${myprofile}__$(date +%Y-%m-%d__%H%M%S).log ( deploy $myprofile; logdelete $myprofile ) 2>&1 | tee ${logdir}/${myprofile}__$(date +%Y-%m-%d__%H%M%S).log
logdelete $myprofile
profile= profile=
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment