Browse Source

fixed typo / closes #1561

Serghey Rodin 7 năm trước cách đây
mục cha
commit
4e81382cd8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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