Update dockerrun.sh

This commit is contained in:
Christoffer Martinsson 2024-04-13 14:59:12 +02:00
parent f9225b1c0d
commit 426d833050

View File

@ -15,7 +15,7 @@ if [ ! -d /config/ssh ]; then
fi
echo "Remapping ssh directory"
rm -rf /etc/ssh
ln -s /config/ssd /etc/ssh
ln -s /config/ssh /etc/ssh
echo "Starting SSH server"
/usr/sbin/sshd -D