mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-21 22:04:00 -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/vesta
|
||||||
mkdir -p $vst_backups/home
|
mkdir -p $vst_backups/home
|
||||||
|
|
||||||
# Backup sudoers
|
|
||||||
if [ -e '/etc/sudoers' ]; then
|
|
||||||
cp /etc/sudoers $vst_backups/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Backup nginx
|
# Backup nginx
|
||||||
service nginx stop > /dev/null 2>&1
|
service nginx stop > /dev/null 2>&1
|
||||||
if [ -e '/etc/nginx/nginx.conf' ]; then
|
if [ -e '/etc/nginx/nginx.conf' ]; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue