Skip to content

Commit

Permalink
Merge pull request #162 from jfdenise/CLOUD-3505-0.18.x
Browse files Browse the repository at this point in the history
Fix for CLOUD-3505, Provisioned server is not deleted once installed
  • Loading branch information
jfdenise authored Mar 2, 2020
2 parents f885dc5 + d6b9ba3 commit bae8f11
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ function galleon_provision_server() {
targetDir=$GALLEON_DESCRIPTION_LOCATION/target/server
if [ -d $targetDir ]; then
galleon_replace_server $targetDir
rm -rf $targetDir
else
echo "Error, no server provisioned in $targetDir"
exit 1
Expand Down

0 comments on commit bae8f11

Please sign in to comment.