Skip to content

Commit

Permalink
Pass along command line arguments from start-exec.sh to child script #…
Browse files Browse the repository at this point in the history
  • Loading branch information
Hien Luu committed Sep 15, 2015
1 parent 055abf3 commit a75b712
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions azkaban-execserver/src/package/bin/start-exec.sh
@@ -1,6 +1,5 @@
#!/bin/bash

base_dir=$(dirname $0)/..

bin/azkaban-executor-start.sh $base_dir 2>&1>logs/executorServerLog__`date +%F+%T`.out &
# pass along command line arguments to azkaban-executor-start.sh script
bin/azkaban-executor-start.sh "$@" 2>&1>logs/executorServerLog__`date +%F+%T`.out &

0 comments on commit a75b712

Please sign in to comment.