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

store logs of execution

parent 8b0c4dc7
Branches
No related tags found
No related merge requests found
......@@ -20,6 +20,7 @@ cd $( dirname $0 )
selfdir=$( /bin/pwd )
tmpdir=/var/tmp/imldeployment_packages
logdir=/var/log/imldeployment-client
wait=0
# wait=1
......@@ -320,7 +321,7 @@ fi
for myprofile in $allprofiles
do
deploy $myprofile
deploy $myprofile | tee ${logdir}/${myprofile}__$(date +%Y-%m-%d__%H%I%S).log
profile=
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment