Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: dont abort script if not overwriting scripts (#919)
* fix: dont abort script if not overwriting scripts why: currently, running of `bench ` or `bench setup production` creates nginx conf files and asks for confirmation before overwriting them. in case user doesnt want to overwrite files, `setup production` and `lets-encrypt` is exitted abrubtly and nginx isnt started again after * fix: use click.confirm instead of six.moves.input * fix: use click.confirm instead of six.moves.input * chore: remove unused imports
- Loading branch information