diff --git a/roles/live2dev/templates/cron.j2 b/roles/live2dev/templates/cron.j2 index 28ebb713675b9950c080b960cd09271ee366cb08..ab2bb938f578781e439571b135ed591d32a6defa 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