Skip to content

Commit

Permalink
path fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 16, 2024
1 parent ab168a7 commit f5f024c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pi-gen/stage03-base/00-install/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@
#

# SHARED_FILES should be set, if not, set it to ../shared_files
SHARED_FILES=${SHARED_FILES:-../../shared_files}
SHARED_FILES=${SHARED_FILES:-../shared_files}
pwd
ls ../
ls ../../

install -v -m 755 "${SHARED_FILES}/aryaos/get_throttled.sh" "${ROOTFS_DIR}/usr/local/sbin/"

Expand Down

0 comments on commit f5f024c

Please sign in to comment.