X-Git-Url: https://iankelling.org/git/?p=distro-setup;a=blobdiff_plain;f=switch-mail-host;h=df0b83605ee25fc8c7743504d18a5698278a2916;hp=56676b9b408d487651b93a3f18ddc71efaf5ba6c;hb=HEAD;hpb=b3550a17945f87000eca28a3ea9ed7ee87895121 diff --git a/switch-mail-host b/switch-mail-host index 56676b9..053134a 100644 --- a/switch-mail-host +++ b/switch-mail-host @@ -395,12 +395,4 @@ if (( ret )); then exit $ret fi -if ! $mail_only && [[ -e /p/profanity-here ]]; then - m $new_shell systemctl --now enable profanity || ret=$? - if (( ret )); then - err "failed final systemctl --now enable profanity, just fix and rerun" - exit $ret - fi -fi - m exit 0