We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5ca344 commit 9b31dc6Copy full SHA for 9b31dc6
stages/stage-base/00-install/00-run.sh
@@ -24,4 +24,4 @@ echo "SHARED_FILES=${SHARED_FILES}"
24
echo $(pwd)
25
ls -al
26
ls -al ..
27
-install -v -m 755 "${SHARED_FILES:-shared_files}/base/install_zt.sh" "${ROOTFS_DIR}/usr/src/"
+install -v -m 755 "${SHARED_FILES:-../../../shared_files}/base/install_zt.sh" "${ROOTFS_DIR}/usr/src/"
0 commit comments