Ver código fonte

fixed typo / closes #1561

Serghey Rodin 7 anos atrás
pai
commit
4e81382cd8
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      upd/add_sudo.sh

+ 1 - 1
upd/add_sudo.sh

@@ -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