byobu-disable

This commit is contained in:
Anthony Young 2011-11-10 13:43:01 -08:00
parent ff7771e5fb
commit 7faa17e368

View file

@ -206,6 +206,8 @@ grep -q "^#includedir.*/etc/sudoers.d" /etc/sudoers ||
echo "#includedir /etc/sudoers.d" >> /etc/sudoers
( umask 226 && echo "stack ALL=(ALL) NOPASSWD:ALL" \
> /etc/sudoers.d/50_stack_sh )
# Disable byobu
byobu-disable
EOF
fi