mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-06 04:51:52 -07:00
fixed typo / closes #1561
This commit is contained in:
parent
dd2a57e408
commit
4e81382cd8
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
if [ ! -e '/etc/sudoers.d/admin' ]; then
|
if [ ! -e '/etc/sudoers.d/admin' ]; then
|
||||||
if [ ! -d '/etc/sudoers.d' ]; then
|
if [ ! -d '/etc/sudoers.d' ]; then
|
||||||
mkidr /etc/sudoers.d
|
mkdir /etc/sudoers.d
|
||||||
chmod 750 /etc/sudoers.d
|
chmod 750 /etc/sudoers.d
|
||||||
fi
|
fi
|
||||||
echo '# Created by vesta update-trigger' > /etc/sudoers.d/admin
|
echo '# Created by vesta update-trigger' > /etc/sudoers.d/admin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue