Skip to content

Commit

Permalink
Remove cleaning up of CHE_DATA/lib folder in entrypoint.sh (eclipse-c…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuznyetsov authored and hbhargav committed Dec 4, 2018
1 parent 44464ba commit bc4d700
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions dockerfiles/che/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,6 @@ init() {
[ -z "$CHE_WORKSPACE_STORAGE" ] && export CHE_WORKSPACE_STORAGE="${CHE_DATA_HOST}/workspaces"
[ -z "$CHE_WORKSPACE_STORAGE_CREATE_FOLDERS" ] && export CHE_WORKSPACE_STORAGE_CREATE_FOLDERS=false

#Recursively removes the legacy che-data/lib folder with agents inside(will be removed in future versions)
rm -rf ${CHE_DATA}/lib

# Cleanup no longer in use stacks folder, accordance to a new loading policy.
if [[ -d "${CHE_DATA}"/stacks ]];then
rm -rf "${CHE_DATA}"/stacks
Expand Down

0 comments on commit bc4d700

Please sign in to comment.