We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919313a commit 10816ccCopy full SHA for 10816cc
build/package.sh
@@ -17,4 +17,5 @@ cp "${SOURCE}/LICENSE" "${WORKDIR}/tailscale/LICENSE"
17
18
echo "Building tailscale-udm package"
19
mkdir -p "${DEST}"
20
-tar czf "${DEST}/tailscale-udm.tgz" -C "${WORKDIR}" tailscale on_boot.d --owner=0 --group=0
+# Assuming GNU tar with the --owner and --group args
21
+gtar czf "${DEST}/tailscale-udm.tgz" -C "${WORKDIR}" tailscale on_boot.d --owner=0 --group=0
0 commit comments