„scripts/start.sh“ ändern

This commit is contained in:
2021-12-26 14:21:36 +01:00
parent 15c8506cfe
commit 706970309e

View File

@@ -18,7 +18,7 @@ fi
echo "root:${ROOT_PWD}" | chpasswd
export ROOT_PWD="secret"
if [ ! -f ${DATA_DIR}/ssh_config ]; then
if [ ! -f ${DATA_DIR}/sshd_config ]; then
cp /etc/ssh/sshd_config ${DATA_DIR}/sshd_config
fi