diff options
author | Jorge Hernandez <jh1730@att.com> | 2017-09-26 21:22:35 -0500 |
---|---|---|
committer | Jorge Hernandez <jh1730@att.com> | 2017-09-26 21:22:35 -0500 |
commit | c1ddc128dbc3f78bca26015d0e09036cf644d127 (patch) | |
tree | beec1bf1e1df2f6b522e3282195f63a21ff70d6f /policy-drools | |
parent | 3700dbd91de48e9adf52536b44c38ed422549784 (diff) |
remove chmod and filesystem syncing
drools-apps packaging made it executable to avoid docker issues
Change-Id: I0d78432a0d50c2daa0a9a98ce032865d3b917595
Issue-ID: POLICY-162
Signed-off-by: Jorge Hernandez <jh1730@att.com>
Diffstat (limited to 'policy-drools')
-rw-r--r-- | policy-drools/docker-install.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/policy-drools/docker-install.sh b/policy-drools/docker-install.sh index a1794543..e65329da 100644 --- a/policy-drools/docker-install.sh +++ b/policy-drools/docker-install.sh @@ -881,17 +881,6 @@ function do_install() # base drools installation from the drools apps # is executed here - # sync and sleep is used to make sure file system - # syncronization happens. When running within docker back - # to back operations on the same file such as - # chmod and then script execution, it has been - # seen that the script execution returns "text busy" - # OS error. - - chmod +x ./apps-installer - - sync - sleep 5s ./apps-installer fi |