Skip to content

Commit 281df71

Browse files
markusdapnlopezgi
authored andcommitted
exec docker run statement. (#667)
1 parent b8ff6a8 commit 281df71

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

container/incremental_load.sh.tpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,5 @@ function read_variables() {
237237
# This is not executed if the single argument --norun is passed.
238238
if [ "a$*" != "a--norun" ]; then
239239
# This generated and injected by docker_*.
240-
%{run_statements}
241-
# Empty if blocks can be problematic.
242-
echo > /dev/null
240+
exec %{run_statements}
243241
fi

0 commit comments

Comments
 (0)