host info updates
[distro-setup] / switch-mail-host
index 56676b9b408d487651b93a3f18ddc71efaf5ba6c..053134aac9ace8b5981e551c2653851899c6c29e 100644 (file)
@@ -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