From 2696807dd0c187f18a553ee29617c74eb97ce892 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: 6994b5d3a3d6b06634e5a6a95820e892ece66539 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