Explorar o código

fixed typo / closes #1561

Serghey Rodin %!s(int64=7) %!d(string=hai) anos
pai
achega
4e81382cd8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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