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
No related branches found
No related tags found
No related merge requests found
...@@ -20,6 +20,7 @@ cd $( dirname $0 ) ...@@ -20,6 +20,7 @@ cd $( dirname $0 )
selfdir=$( /bin/pwd ) selfdir=$( /bin/pwd )
tmpdir=/var/tmp/imldeployment_packages tmpdir=/var/tmp/imldeployment_packages
logdir=/var/log/imldeployment-client
wait=0 wait=0
# wait=1 # wait=1
...@@ -320,7 +321,7 @@ fi ...@@ -320,7 +321,7 @@ fi
for myprofile in $allprofiles for myprofile in $allprofiles
do do
deploy $myprofile deploy $myprofile | tee ${logdir}/${myprofile}__$(date +%Y-%m-%d__%H%I%S).log
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