aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--policy-drools/docker-install.sh11
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