first commit
This commit is contained in:
6
set_root_password.sh
Normal file
6
set_root_password.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/sh -x
|
||||
|
||||
if [ ! -z ${NEW_ROOT_PASSWORD+x} ]
|
||||
then
|
||||
echo "root:${NEW_ROOT_PASSWORD}" | chpasswd
|
||||
fi
|
||||
Reference in New Issue
Block a user