NicoHood / GPGit

A shell script that automates the process of signing Git sources via GPG
MIT License
89 stars 10 forks source link

Improve first run interactive mode #20

Closed NicoHood closed 3 years ago

NicoHood commented 4 years ago

When the script is run for the first time it is run in interactive mode. If the user aborts and restarts the script, this interactive mode is not shown anymore.

The solution is to only clear the "new user" flag when the script finishes properly.