Skip to content
Snippets Groups Projects
Commit 956c5b61 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Avoid removing kolla-cli directories on destroy"

parents 4a4494bc c7c61fca
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,9 @@ for dir in $FOLDER_PATH*; do
if [ "$dir" == "$FOLDER_PATH""passwords.yml" ] || \
[ "$dir" == "$FOLDER_PATH""globals.yml" ] || \
[ "$dir" == "$FOLDER_PATH""kolla-build.conf" ] || \
[ "$dir" == "$FOLDER_PATH""config" ]; then
[ "$dir" == "$FOLDER_PATH""config" ] || \
[ "$dir" == "$FOLDER_PATH""kolla-cli" ] || \
[ "$dir" == "$FOLDER_PATH""certificates" ]; then
echo "Skipping:" $dir
else
rm -rfv $dir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment