If config_file is unchanged, ask user for them interactively
authorJay Pfaffman <pfaffman@relaxpc.com>
Tue, 26 Apr 2016 19:37:26 +0000 (14:37 -0500)
committerJay Pfaffman <pfaffman@relaxpc.com>
Tue, 26 Apr 2016 19:37:26 +0000 (14:37 -0500)
commitf017e88ccf769a5a82870593d1ce6f16048fa867
treec4e8a1d88bfb12468445b5e8a4f5632185e35899
parent1d8470ddf8c96ba7bbe96b032bfbd11e8e60f59c
If config_file is unchanged, ask user for them interactively

```
If any defaults in config file have been changed, say so and skip config

while not approved

    Ask user for hostname, smtp config, letsencrypt
    Print values
    ask user if approved

(Trust that if user approves, the values are OK)

Write changes to config_file

Ask user to "Enter or ^C"

```

Most users will be satisfied and press enter to continue normal
bootstrap. Advanced users can ^C, edit config_file and then `./launcher
bootstrap app` with their tweaks.
launcher