Fix typo in remove-root-pw script
This commit is contained in:
parent
d6c1c8f38a
commit
e2072a4979
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
echo "I: remove root password
|
||||
echo "I: remove root password"
|
||||
passwd --delete root
|
||||
|
|
Loading…
Reference in New Issue