„scripts/start.sh“ ändern

This commit is contained in:
2021-12-26 14:26:52 +01:00
parent 706970309e
commit c6857cc665

View File

@@ -15,8 +15,11 @@ else
echo "---No optional script found, continuing---"
fi
echo "${USER}:${USER_PWD}" | chpasswd
unset USER_PWD
echo "root:${ROOT_PWD}" | chpasswd
export ROOT_PWD="secret"
unset ROOT_PWD
if [ ! -f ${DATA_DIR}/sshd_config ]; then
cp /etc/ssh/sshd_config ${DATA_DIR}/sshd_config