diff options
author | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 19:10:16 -0400 |
---|---|---|
committer | Luke Smith <luke@lukesmith.xyz> | 2019-04-19 19:10:16 -0400 |
commit | 4692057cdb23af4ad7aece34a58b9a7fa0c2d928 (patch) | |
tree | bb31d29127c02d34179744898f00c867c150f17b /mw | |
parent | 7e189bd2632ae88ddd1a6b98bcd860e8152a72a9 (diff) |
force, not prompt to remove
Diffstat (limited to 'mw')
-rwxr-xr-x | mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ Input a number to continue or press ctrl-c.\\n" 1) addtype ;; 2) pick "change the password of" && confirm "change the password of" && getpass ;; 3) pick delete && confirm "delete the \`$title\` profile" && delete ;; - 4) confirm "delete all account data" && rm -ri "$mbsyncrc" "$accdir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." ;; + 4) confirm "delete all account data" && rm -rf "$mbsyncrc" "$accdir" "$muttdir/personal.muttrc" && echo "All configs and account settings have been purged." ;; 5) choosecron ;; 0) break ;; *) printf "Invalid input.\\n" |