From 57b91043699e58fa163d96229bba110a367219f2 Mon Sep 17 00:00:00 2001 From: Leonid Suprun Date: Sat, 24 Jan 2015 11:37:26 +0300 Subject: [PATCH] /etc/sudoers not modified during installation --- install/vst-install-ubuntu.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index 25e0c64d7..7f05f58df 100644 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -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