From 10e74cee90eb82cefaffa51019eca3db37832674 Mon Sep 17 00:00:00 2001
From: Chris Croome <chris@webarchitects.co.uk>
Date: Fri, 7 Jul 2017 12:46:11 +0100
Subject: [PATCH] Update script path updated

---
 roles/live2dev/templates/cron.j2 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/live2dev/templates/cron.j2 b/roles/live2dev/templates/cron.j2
index 28ebb71..ab2bb93 100644
--- a/roles/live2dev/templates/cron.j2
+++ b/roles/live2dev/templates/cron.j2
@@ -12,6 +12,6 @@ cd ~/sites
 GIT_PULL=$(git pull | grep -v "up-to-date")
 
 if [[ ${GIT_PULL} != "" ]]; then
-  ~/bin/update
+  /home/{{ item }}/bin/update
 fi 
 
-- 
GitLab