bayrell-os/ubuntu_php_fpm

Убрать wheel www-data

Opened this issue · 0 comments

echo "%wheel ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers; \
groupadd -r wheel; \
usermod -a -G wheel www-data; \