Skip to content

Commit 9b31dc6

Browse files
committed
trying another path
1 parent d5ca344 commit 9b31dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stages/stage-base/00-install/00-run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ echo "SHARED_FILES=${SHARED_FILES}"
2424
echo $(pwd)
2525
ls -al
2626
ls -al ..
27-
install -v -m 755 "${SHARED_FILES:-shared_files}/base/install_zt.sh" "${ROOTFS_DIR}/usr/src/"
27+
install -v -m 755 "${SHARED_FILES:-../../../shared_files}/base/install_zt.sh" "${ROOTFS_DIR}/usr/src/"

0 commit comments

Comments
 (0)