Merge pull request #1566 from wojsmol/patch-1

Fix typo in add_sudo.sh
This commit is contained in:
dpeca 2018-05-13 14:14:34 +02:00 committed by GitHub
commit e79de3c834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,7 @@
if [ ! -e '/etc/sudoers.d/admin' ]; then
if [ ! -d '/etc/sudoers.d' ]; then
mkidr /etc/sudoers.d
mkdir /etc/sudoers.d
chmod 750 /etc/sudoers.d
fi
echo '# Created by vesta update-trigger' > /etc/sudoers.d/admin