From 1133660dc4e016e9628744242b17ef3bb5cd48f8 Mon Sep 17 00:00:00 2001
From: hahn <hahn@AAE49.campus.unibe.ch>
Date: Fri, 14 Mar 2014 08:49:41 +0100
Subject: [PATCH] - FIX: include config for cronjob cron_deployment - FIX:
 progress message in method Deploy

---
 shellscripts/cron_deployment.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shellscripts/cron_deployment.php b/shellscripts/cron_deployment.php
index 70cd7563..178ba4a5 100644
--- a/shellscripts/cron_deployment.php
+++ b/shellscripts/cron_deployment.php
@@ -10,6 +10,7 @@
 
 $sDocroot = (dirname(__dir__)) . "/public_html";
 require_once("$sDocroot/deployment/config/inc_projects_config.php");
+require_once("$sDocroot/deployment/inc_functions.php");
 require_once("$sDocroot/deployment/classes/project.class.php");
 
 $oPrj1 = new project();
-- 
GitLab