Kriss and Luke Smith
d7dd9f89fe
actually terminate the script on Ctrl-C ( #236 )
...
In my [PR 224](https://github.com/LukeSmithxyz/mutt-wizard/pull/224 ), I
introduced a bug. While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.
Fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/234
2019-06-07 12:12:20 -04:00
Kr1ss
e4813ae215
restore default text color on 'Ctrl-C' exit
...
The terminal text color wasn't reset when the user aborted the wizard
while being prompted for input.
This resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/224
2019-05-28 01:09:25 +02:00
Kr1ss
49d2e12125
check if .gpg-id is in the pass store on startup
...
The current test did not terminate the script in cases when the user
already has a private GPG key, but they'd not initialized the password
store.
This leads to an infinite loop in the `getpass()` function.
The commit fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/204
2019-05-15 20:19:55 +02:00
Kr1ss
c56b139614
mailsync: fix early exit on graphical(-only) login
...
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197 .
2019-05-07 14:39:01 +02:00
Kr1ss
9a099f9600
add some domains
2019-04-23 21:33:59 +02:00
Kriss and GitHub
61e6befc56
make all install paths configurable
...
This would enable users to install to other locations (important e.g. for chroot installs or packaging).
2019-04-23 15:08:25 +02:00