Skip to content

Commit 2965cf9

Browse files
aphralGsean-breen
andauthored
fix bsd upload paths (#1511)
* fix bsd upload paths * merge main --------- Co-authored-by: Sean Breen <s.breen@f5.com>
1 parent 49d86ff commit 2965cf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packages/package-check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ prep_txz() {
254254
# Should be 'nginx-agent-2.44.0-FreeBSD.12.amd64.pkg'
255255
dest="$(dirname "$i")/nginx-agent-${VERSION}-FreeBSD.$ver.$arch.pkg"
256256
echo "Moving ${i} to ${dest}"
257-
cp "${i}" "${dest}"
257+
mv "${i}" "${dest}"
258258
done
259259
}
260260

0 commit comments

Comments
 (0)