mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Fixed some warnings in 00_regen_ssh_host_keys.sh.
This commit is contained in:
parent
ec719ad255
commit
4e60438c66
@ -11,6 +11,7 @@
|
||||
* Fixed syslog-ng not being able to start because of a missing afsql module. Fixes the issue described in [pull request 7](https://github.com/phusion/baseimage-docker/pull/7).
|
||||
* Removed some default Ubuntu cron jobs which are not useful in Docker containers.
|
||||
* Added the logrotate service. Fixes GH-22.
|
||||
* Fixed some warnings in `/etc/my_init.d/00_regen_ssh_host_keys.sh`.
|
||||
* Fixed some typos in the documentation. (Dr Nic Williams, Tomer Cohen)
|
||||
|
||||
## 0.9.6 (release date: 2014-02-17)
|
||||
|
||||
@ -2,5 +2,7 @@
|
||||
set -e
|
||||
if [[ ! -e /etc/ssh/ssh_host_rsa_key ]]; then
|
||||
echo "No SSH host key available. Generating one..."
|
||||
export LC_ALL=C
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
dpkg-reconfigure openssh-server
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user