diff --git a/roles/live2dev/templates/update.j2 b/roles/live2dev/templates/update.j2 index b5f3d20c5c0f7feef137cc2a80c24c69eda192dd..840fb41817beae4b69cdb59c1da22867a39c4952 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