Skip to content

Commit ad96554

Browse files
authored
Fix typo in add_sudo.sh
1 parent 4baf5eb commit ad96554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

upd/add_sudo.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
if [ ! -e '/etc/sudoers.d/admin' ]; then
55
if [ ! -d '/etc/sudoers.d' ]; then
6-
mkidr /etc/sudoers.d
6+
mkdir /etc/sudoers.d
77
chmod 750 /etc/sudoers.d
88
fi
99
echo '# Created by vesta update-trigger' > /etc/sudoers.d/admin

0 commit comments

Comments
 (0)