Add todo item for reset switch
This commit is contained in:
parent
cdc67fb95a
commit
68cf9f5247
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ case $1 in
|
|||
;;
|
||||
reset )
|
||||
## 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 rm -f
|
||||
rm -Rf ./data
|
||||
|
|
Loading…
Reference in a new issue