5 lines
79 B
Bash
Executable file
5 lines
79 B
Bash
Executable file
#!/bin/bash
|
|
|
|
passwd -d root &>/dev/null
|
|
|
|
echo "root:root" | chpasswd -c SHA512
|