Skip to content
Snippets Groups Projects
Commit f3ce37d0 authored by Diego Pasqualin's avatar Diego Pasqualin
Browse files

minicom/server/casper/10adduser: Remove debug messages

parent a1f06b62
No related branches found
No related tags found
No related merge requests found
...@@ -40,10 +40,8 @@ db_set passwd/user-uid ...@@ -40,10 +40,8 @@ db_set passwd/user-uid
if [ -f /root/etc/sudoers ]; then if [ -f /root/etc/sudoers ]; then
if grep -q '^%admin' /root/etc/sudoers; then if grep -q '^%admin' /root/etc/sudoers; then
sed -i -e '/^%admin/s/(ALL) ALL$/(ALL) NOPASSWD: ALL/' /root/etc/sudoers sed -i -e '/^%admin/s/(ALL) ALL$/(ALL) NOPASSWD: ALL/' /root/etc/sudoers
echo "Fez sed" > /root/etc/le/oi
else else
echo '%admin ALL=(ALL) NOPASSWD: ALL' >> /root/etc/sudoers echo '%admin ALL=(ALL) NOPASSWD: ALL' >> /root/etc/sudoers
echo "Fez echo" > /root/etc/le/oi
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment