Skip to content
Snippets Groups Projects
Commit 80127dbe authored by Chris Croome's avatar Chris Croome
Browse files

PATH added to update script

parent 6f10b323
No related branches found
No related tags found
No related merge requests found
#!/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment