#!/bin/bash -e

sed -i "/robot-direct-admin/d" /etc/security/pam_env.conf ||:

exit 0

