Skip to content

Commit 8680b40

Browse files
committed
dir fixes
1 parent 3945072 commit 8680b40

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
# ZeroTier
2323
echo "SHARED_FILES=${SHARED_FILES}"
24-
echo "env.SHARED_FILES=${env.SHARED_FILES}"
25-
24+
echo $(pwd)
25+
ls -al
26+
ls -al ..
2627
install -v -m 755 "${SHARED_FILES:-shared_files}/base/install_zt.sh" "${ROOTFS_DIR}/usr/src/"

0 commit comments

Comments
 (0)