Move to template format instead of cat-EOF
Simplifies the scripts and adds the ability to easily and cleanly change the contents of these files without dealing with escape characters, etc.
This commit is contained in:
3
templates/2000-remove-root-pw.sh
Executable file
3
templates/2000-remove-root-pw.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
echo "I: remove root password
|
||||
passwd --delete root
|
Reference in New Issue
Block a user