Skip to content

Commit

Permalink
Paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Aug 16, 2024
1 parent aa74694 commit d5e010c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 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,10 +17,17 @@
#

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

echo "pwd"
pwd

echo "../"
ls ../
echo "../../"
ls ../../
echo "../../../"
ls ../../../

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

Expand Down

0 comments on commit d5e010c

Please sign in to comment.