Skip to content

Commit

Permalink
Live system also has user group instead of users (#2332)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed May 16, 2021
1 parent 560cf58 commit 68078f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/setdown.sh
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ systemctl disable redis.service

if [ ! -e /etc/sudoers.d/tomcat ] ; then
cat << EOF > /etc/sudoers.d/tomcat
%users ALL=(root) NOPASSWD: /usr/sbin/service tomcat9 start,/usr/sbin/service tomcat9 stop,/usr/sbin/service tomcat9 status
%user ALL=(root) NOPASSWD: /usr/sbin/service tomcat9 start,/usr/sbin/service tomcat9 stop,/usr/sbin/service tomcat9 status
EOF
fi
Expand Down

0 comments on commit 68078f7

Please sign in to comment.