Merge "Cleanup the config file on ./clean.sh"

This commit is contained in:
Zuul 2018-07-17 02:15:25 +00:00 committed by Gerrit Code Review
commit a6bf01ded6
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@ if is_service_enabled kuryr-libnetwork; then
stop_process kuryr-libnetwork stop_process kuryr-libnetwork
fi fi
fi fi
if [[ "$1" == "clean" ]]; then
sudo rm -rf $KURYR_CONFIG_DIR
fi
fi fi
# Restore xtrace # Restore xtrace