Update dockerrun.sh
This commit is contained in:
parent
3672ea4dbc
commit
f9225b1c0d
@ -14,8 +14,8 @@ if [ ! -d /config/ssh ]; then
|
||||
cp -r /etc/ssh /config/
|
||||
fi
|
||||
echo "Remapping ssh directory"
|
||||
rm -rf /etc/ssd
|
||||
ln -s /config/ssd /etc/ssd
|
||||
rm -rf /etc/ssh
|
||||
ln -s /config/ssd /etc/ssh
|
||||
|
||||
echo "Starting SSH server"
|
||||
/usr/sbin/sshd -D
|
||||
Loading…
x
Reference in New Issue
Block a user