mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
/etc/sudoers not modified during installation
This commit is contained in:
parent
3924ede8bb
commit
57b9104369
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue