From 80127dbe7e329e3ad4b46d82eae34a4ebb217175 Mon Sep 17 00:00:00 2001 From: Chris Croome <chris@webarchitects.co.uk> Date: Fri, 1 Dec 2017 19:24:39 +0000 Subject: [PATCH] PATH added to update script --- roles/live2dev/templates/update.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/live2dev/templates/update.j2 b/roles/live2dev/templates/update.j2 index b5f3d20..840fb41 100644 --- a/roles/live2dev/templates/update.j2 +++ b/roles/live2dev/templates/update.j2 @@ -1,5 +1,7 @@ #!/bin/bash +export PATH="${PATH}:${HOME}/bin:/usr/local/bin" + # $LOGNAME is set to {{ item }} when this script is run via cron and is # unset when run via a terminal if [[ "${LOGNAME}" != "{{ item }}" ]]; then -- GitLab