Skip to content

Commit 8bbff80

Browse files
committed
fix: Resolve issue with relative output directory
1 parent 8b7a747 commit 8bbff80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build/package.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ mv "${WORKDIR}/tailscale/on-boot.sh" "${WORKDIR}/on_boot.d/10-tailscaled.sh"
1515

1616
echo ""
1717
echo "Package Contents:"
18-
cd "$WORKDIR"
19-
ls -l ./*
18+
ls -l "$WORKDIR"/*
2019
echo ""
2120

2221
echo "Building tailscale-udm package"

0 commit comments

Comments
 (0)