Skip to content

Commit

Permalink
Fix jq run error: see issue #8
Browse files Browse the repository at this point in the history
  • Loading branch information
denven committed May 4, 2023
1 parent b93bbcd commit fe16332
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Binary file modified bin/jq
Binary file not shown.
3 changes: 3 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ init_globals() {
YI_HACK_ROOT="/tmp/sd/yi-hack"
UPLOADER_ROOT="${YI_HACK_ROOT}/onedrive"

# append curl and jq path to system env variable to avoid failures
export PATH=$PATH:/tmp/sd/yi-hack/bin:/tmp/sd/yi-hack/sbin

mkdir -p data log # prepare folders to store upload info and logs

write_log "OneDive Uploader started..."
Expand Down

0 comments on commit fe16332

Please sign in to comment.