We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab168a7 commit f5f024cCopy full SHA for f5f024c
pi-gen/stage03-base/00-install/00-run.sh
@@ -17,7 +17,10 @@
17
#
18
19
# SHARED_FILES should be set, if not, set it to ../shared_files
20
-SHARED_FILES=${SHARED_FILES:-../../shared_files}
+SHARED_FILES=${SHARED_FILES:-../shared_files}
21
+pwd
22
+ls ../
23
+ls ../../
24
25
install -v -m 755 "${SHARED_FILES}/aryaos/get_throttled.sh" "${ROOTFS_DIR}/usr/local/sbin/"
26
0 commit comments