Commit 95dceda5 by Joel Barciauskas

Docker-sync clean on destroy

parent 8675a623
...@@ -6,5 +6,11 @@ read -p "This will delete all data in your devstack. Would you like to proceed? ...@@ -6,5 +6,11 @@ read -p "This will delete all data in your devstack. Would you like to proceed?
if [[ $REPLY =~ ^[Yy]$ ]] if [[ $REPLY =~ ^[Yy]$ ]]
then then
echo echo
if [[ "$OSTYPE" == "darwin"* ]]; then
set +e
docker-sync-daemon stop
docker-sync clean
set -e
fi
docker-compose down -v docker-compose down -v
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment