aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2022-09-20 21:49:30 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2022-09-20 21:49:30 +0200
commit2952315df5c00ebd8da437e6a04fd02d0932bec5 (patch)
tree94a1a8fc44c2cdd340c6e0ba4e65fda62be5ef50
parentccac38d07ec7a0c34c493c596945e84a2d36526c (diff)
downloadscripts-2952315df5c00ebd8da437e6a04fd02d0932bec5.tar.gz
scripts-2952315df5c00ebd8da437e6a04fd02d0932bec5.zip
Finished removing mpop
Diffstat (limited to '')
-rwxr-xr-xconfig-backup3
1 files changed, 0 insertions, 3 deletions
diff --git a/config-backup b/config-backup
index a79a4d1..ef25940 100755
--- a/config-backup
+++ b/config-backup
@@ -23,8 +23,5 @@ for i in $share; do cp -Rf $HOME/.local/share/$i $folder/share/; done
23rm $folder/config/git/credentials 23rm $folder/config/git/credentials
24 24
25sed 's/^password .*/password REDACTED/' \ 25sed 's/^password .*/password REDACTED/' \
26 < $folder/config/mpop/config > $folder/config/mpop/config.redacted
27rm $folder/config/mpop/config
28sed 's/^password .*/password REDACTED/' \
29 < $folder/config/msmtp/config > $folder/config/msmtp/config.redacted 26 < $folder/config/msmtp/config > $folder/config/msmtp/config.redacted
30rm $folder/config/msmtp/config 27rm $folder/config/msmtp/config

Generated with cgit - Back to sebastiano.tronto.net