first commit

This commit is contained in:
Mateusz Gruszczyński
2026-01-15 14:10:13 +01:00
commit af5fe5074c
8 changed files with 168 additions and 0 deletions

6
set_root_password.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/sh -x
if [ ! -z ${NEW_ROOT_PASSWORD+x} ]
then
echo "root:${NEW_ROOT_PASSWORD}" | chpasswd
fi