diff --git a/deploy_app.sh b/deploy_app.sh index d645dad4678f56936f921fb46c27d378bf69f5fc..05e2c2e0aa54846b9887d774e14f53f4ac47183d 100755 --- a/deploy_app.sh +++ b/deploy_app.sh @@ -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