Add todo item for reset switch

This commit is contained in:
Leopere 2018-11-06 20:58:33 -05:00
parent cdc67fb95a
commit 68cf9f5247
No known key found for this signature in database
GPG key ID: 64476C903E477CCB

View file

@ -61,6 +61,7 @@ case $1 in
;; ;;
reset ) reset )
## Give up on everything and try again. ## Give up on everything and try again.
## TODO: Make it very obvious with a nice little Y/N prompt that you're about to trash your settings and start over.
docker-compose kill docker-compose kill
docker-compose rm -f docker-compose rm -f
rm -Rf ./data rm -Rf ./data