Browse code

byobu-disable

Anthony Young authored on 2011/11/11 06:43:01
Showing 1 changed files
... ...
@@ -206,6 +206,8 @@ grep -q "^#includedir.*/etc/sudoers.d" /etc/sudoers ||
206 206
     echo "#includedir /etc/sudoers.d" >> /etc/sudoers
207 207
 ( umask 226 && echo "stack ALL=(ALL) NOPASSWD:ALL" \
208 208
     > /etc/sudoers.d/50_stack_sh )
209
+# Disable byobu
210
+byobu-disable
209 211
 EOF
210 212
 fi
211 213