Fix typo in add_sudo.sh

This commit is contained in:
Wojciech Smoliński
2018-05-12 16:57:11 +02:00
committed by GitHub
parent 4baf5ebc2c
commit ad96554e77

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