This website requires JavaScript.
Explore
Help
Sign In
parallelvirtualcluster
/
pvc-installer
Watch
1
Star
0
Fork
You've already forked pvc-installer
0
Code
Issues
1
Pull Requests
Projects
Releases
Wiki
Activity
e78cdb515a
pvc-installer
/
templates
/
2000-remove-root-pw.sh
4 lines
62 B
Bash
Raw
Normal View
History
Unescape
Escape
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.
2023-09-01 15:41:57 -04:00
#!/bin/sh
Fix typo in remove-root-pw script
2023-09-01 15:41:57 -04:00
echo
"I: remove root password"
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.
2023-09-01 15:41:57 -04:00
passwd --delete root