mirror of
/repos/baseimage-docker.git
synced 2025-12-30 08:01:31 +01:00
Merge pull request #235 from endersonmaia/PR-182-fix
Fixed bug introduced in PR-182
This commit is contained in:
commit
14ec533a16
@ -20,10 +20,10 @@ ln -s /etc/container_environment.sh /etc/profile.d/
|
|||||||
$minimal_apt_get_install runit
|
$minimal_apt_get_install runit
|
||||||
|
|
||||||
## Install a syslog daemon and logrotate.
|
## Install a syslog daemon and logrotate.
|
||||||
[ "$DISABLE_SYSLOG" -eq 0 ] && /bd_build/services/syslog-ng/syslog-ng.sh
|
[ "$DISABLE_SYSLOG" -eq 0 ] && /bd_build/services/syslog-ng/syslog-ng.sh || true
|
||||||
|
|
||||||
## Install the SSH server.
|
## Install the SSH server.
|
||||||
[ "$DISABLE_SSH" -eq 0 ] && /bd_build/services/sshd/sshd.sh
|
[ "$DISABLE_SSH" -eq 0 ] && /bd_build/services/sshd/sshd.sh || true
|
||||||
|
|
||||||
## Install cron daemon.
|
## Install cron daemon.
|
||||||
[ "$DISABLE_CRON" -eq 0 ] && /bd_build/services/cron/cron.sh
|
[ "$DISABLE_CRON" -eq 0 ] && /bd_build/services/cron/cron.sh || true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user