diff --git a/setup/init-sudoers.sh b/setup/init-sudoers.sh index cc1f786..7fa3047 100644 --- a/setup/init-sudoers.sh +++ b/setup/init-sudoers.sh @@ -1 +1,12 @@ -#!/bin/bash \ No newline at end of file +#!/bin/bash + +############################################################### +### +### sudoers konfig +### +############################################################### +echo " +### added by script initialsetup.sh +conetadm ALL=(ALL) ALL + +" >> /etc/sudoers \ No newline at end of file