/etc/sudoers not modified during installation

This commit is contained in:
Leonid Suprun 2015-01-24 11:37:26 +03:00
commit 57b9104369

View file

@ -300,11 +300,6 @@ mkdir -p $vst_backups/bind
mkdir -p $vst_backups/vesta
mkdir -p $vst_backups/home
# Backup sudoers
if [ -e '/etc/sudoers' ]; then
cp /etc/sudoers $vst_backups/
fi
# Backup nginx
service nginx stop > /dev/null 2>&1
if [ -e '/etc/nginx/nginx.conf' ]; then