Skip to content

Commit 57b9104

Browse files
committed
/etc/sudoers not modified during installation
1 parent 3924ede commit 57b9104

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

install/vst-install-ubuntu.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,6 @@ mkdir -p $vst_backups/bind
300300
mkdir -p $vst_backups/vesta
301301
mkdir -p $vst_backups/home
302302

303-
# Backup sudoers
304-
if [ -e '/etc/sudoers' ]; then
305-
cp /etc/sudoers $vst_backups/
306-
fi
307-
308303
# Backup nginx
309304
service nginx stop > /dev/null 2>&1
310305
if [ -e '/etc/nginx/nginx.conf' ]; then

0 commit comments

Comments
 (0)