#!/bin/bash


if [ $test_only -eq 0 ]; then
    sed '/^Defaults    requiretty*/ s/^/#/' -i /etc/sudoers
fi
