Proyecto

General

Perfil

#!/bin/sh -e
if grep configura_hostapd /etc/sudoers > /dev/null ; then
sed -i -r -e '/configura_hostapd/d' /etc/sudoers
chmod 0440 /etc/sudoers
fi

exit 0

(8-8/9)