some comment

This commit is contained in:
Ulf Gebhardt 2022-01-12 10:11:02 +01:00
parent 4ccfc5fcfc
commit 1bd3e7df00
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -21,6 +21,7 @@ export const githubWebhook = async (req: any, res: any): Promise<void> => {
const child = spawn(path.join(__dirname, '../../../deployment/bare_metal/start.sh'), [
CONFIG.WEBHOOK_GITHUB_BRANCH,
])
// detach process to allow killing of parent process in the update script
child.unref()
}
}