Skip to content

Commit

Permalink
devonfw#1147: fixed find
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-vcapgemini committed Jun 12, 2023
1 parent c749165 commit f679d70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/src/main/resources/scripts/migrations/2023.06.001
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ else
doWarning "Plugins directory already exists!"
fi

find "${DEVON_IDE_HOME}"/software/ -maxdepth 0 -type d -name "*-plugins" -print | while read found_folder
find "${DEVON_IDE_HOME}"/software -maxdepth 1 -type d -name "*-plugins" -print | while read found_folder
do
doWarning "Moving plugin folder: ${found_folder}"
stripped_path=${found_folder##*/}
Expand Down

0 comments on commit f679d70

Please sign in to comment.