Skip to content

Commit f5f024c

Browse files
committed
path fixes
1 parent ab168a7 commit f5f024c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pi-gen/stage03-base/00-install/00-run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
#
1818

1919
# SHARED_FILES should be set, if not, set it to ../shared_files
20-
SHARED_FILES=${SHARED_FILES:-../../shared_files}
20+
SHARED_FILES=${SHARED_FILES:-../shared_files}
21+
pwd
22+
ls ../
23+
ls ../../
2124

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

0 commit comments

Comments
 (0)