Skip to content

Commit

Permalink
fix: Resolve issue with relative output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
notheotherben committed Mar 20, 2024
1 parent 8b7a747 commit 8bbff80
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ mv "${WORKDIR}/tailscale/on-boot.sh" "${WORKDIR}/on_boot.d/10-tailscaled.sh"

echo ""
echo "Package Contents:"
cd "$WORKDIR"
ls -l ./*
ls -l "$WORKDIR"/*
echo ""

echo "Building tailscale-udm package"
Expand Down

0 comments on commit 8bbff80

Please sign in to comment.