From f34041b89f991906817ca8881912de541c2f3cf4 Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Thu, 18 Oct 2018 16:01:22 -0600 Subject: [PATCH] TYPO! >:-( Former-commit-id: 01354cea4e7caba92d01d1467b2b179b28517114 Former-commit-id: 7a6e75b562f43c05582adab09569faff774f9288 --- .../kali-config/common/hooks/live/pentest-distro-builder.chroot | 2 +- .../templates/common/hooks/pentest-distro-builder.chroot | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot b/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot index e08bc80b..e7fa98b2 100644 --- a/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot +++ b/modules/live-build-config/kali-config/common/hooks/live/pentest-distro-builder.chroot @@ -19,6 +19,6 @@ systemctl enable postgresql systemctl enable tor systemctl enable cockpit.socket -sytemctl start postgresql +systemctl start postgresql msfdb init diff --git a/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot b/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot index 9c22c5cb..e7fa98b2 100644 --- a/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot +++ b/modules/parrot-build/templates/common/hooks/pentest-distro-builder.chroot @@ -19,5 +19,6 @@ systemctl enable postgresql systemctl enable tor systemctl enable cockpit.socket +systemctl start postgresql msfdb init